Home
last modified time | relevance | path

Searched refs:libModuleName (Results 1 – 1 of 1) sorted by relevance

/base/startup/appspawn/util/src/
Dsandbox_utils.cpp866 std::string libModuleName = modules[i]; in MountAllHsp() local
868 … APPSPAWN_CHECK(CheckPath(libBundleName) && CheckPath(libModuleName) && CheckPath(libVersion), in MountAllHsp()
871 …ibPhysicalPath = g_physicalAppInstallPath + libBundleName + "/" + libVersion + "/" + libModuleName; in MountAllHsp()
872 …ring mntPath = sandboxPackagePath + g_sandboxHspInstallPath + libBundleName + "/" + libModuleName; in MountAllHsp()