[Filesystem] Make directory does not throw if dir already exists
authorWojciech Kosowicz <w.kosowicz@samsung.com>
Mon, 2 Mar 2015 09:34:42 +0000 (10:34 +0100)
committerRafal Galka <r.galka@samsung.com>
Tue, 3 Mar 2015 13:26:57 +0000 (22:26 +0900)
commitff41ccedb0bb2ee8e360babe239896131913ebd7
treeb34a60287db5ee8c257dacd399f1595c55c40450
parent3f8e9d8cb789a669e06e1833aa4d171b18ae0667
[Filesystem] Make directory does not throw if dir already exists

This issue was causing many testcases fail in tct. In case the dir
already existed we should not throw as the method goes recursively
so some dirs might already exist

Change-Id: I6e7b30857e6204ad9d9617e6a49f0222385989dd
Signed-off-by: Wojciech Kosowicz <w.kosowicz@samsung.com>
src/filesystem/filesystem_instance.cc