[Filesystem] List of virtual roots for resolve function fixed. 53/214853/2
authorRafal Walczyna <r.walczyna@samsung.com>
Tue, 24 Sep 2019 14:23:38 +0000 (16:23 +0200)
committerRafal Walczyna <r.walczyna@samsung.com>
Fri, 27 Sep 2019 07:30:26 +0000 (09:30 +0200)
commit3fd1f205f97a83b82c817a57fde957077f0b8816
treeb6c6fc87f63c9b4646305d4952b2e50cfe0b98f6
parente14207a06e995cc5fd35c724be368924ab9c438a
[Filesystem] List of virtual roots for resolve function fixed.

Current implementation of virtual roots list did not include internal0 or
external memory i.e. SDCard or USBDrive. It results in not working resolve()
function, when location to resolve was on external memory.

Verification: TCT - 100 % pass.

Change-Id: I11c2537a7f5643f8c9ccfe2f45be9f3bce3edf00
Signed-off-by: Rafal Walczyna <r.walczyna@samsung.com>
src/filesystem/filesystem_instance.cc
src/filesystem/filesystem_instance.h
src/filesystem/filesystem_manager.cc
src/filesystem/filesystem_manager.h
src/filesystem/js/common.js