Support setVirtualPath for thread-model wrt-service
authorDongHyun Song <dh81.song@samsung.com>
Wed, 7 Jul 2021 08:47:14 +0000 (17:47 +0900)
committerDongHyun Song <dh81.song@samsung.com>
Wed, 7 Jul 2021 08:50:55 +0000 (17:50 +0900)
commit4870490975f9cbfa3eb16cc892f3593cb74b6668
treeda953dd37f9ec5163c3d389fc099ea4e978fe43a
parent4d71e2b9b15e5f5b0b1f078e6a47e81a5b565a99
Support setVirtualPath for thread-model wrt-service

thread-model wrt-service runs all service application on worker
thread as daemon process.

For the virtual path resolving, it cannot get service application's
path. i.e. /home/owner/apps_rw/{service_app_pkgid}/data, becuase
wrt-service is org.tizen.chromium-efl package.

Thus, setting virtual path will be set by wrt-service framework
before each node worker thread started.
 - node worker has own V8 context

Change-Id: I8dd5e524584ebe71416c86c1e8648a2c4cfc4b94
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
src/filesystem/js/common.js
src/filesystem/js/file_system_manager.js