[Filesystem] Fix file counting in File_stat method
authorKamil Lysik <k.lysik@samsung.com>
Mon, 2 Mar 2015 13:06:01 +0000 (14:06 +0100)
committerRafal Galka <r.galka@samsung.com>
Tue, 3 Mar 2015 13:15:56 +0000 (22:15 +0900)
commit04929b70936f5df50e0aa50ac6cee3291d638492
treef56f800e572549b399860557702f601ebfde0b8e
parent58800e76ff8c14fcd6a79496806125af3502ed04
[Filesystem] Fix file counting in File_stat method

File_stat reported invalid file count. Now, a proper method to count
was added. This method count all entries in directory.

Change-Id: Ic69687b104011b3b869f44ff7fdf2d81b1b6b89b
Signed-off-by: Kamil Lysik <k.lysik@samsung.com>
src/filesystem/filesystem_stat.cc