Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp111 const char *g_sandBoxPath = "sandbox-path"; variable
615 … mntPoint.find(g_sandBoxPath) == mntPoint.end() || (!mntPoint[g_sandBoxPath].is_string()) || in CheckMountConfig()
780 std::string tmpSandboxPath = mntPoint[g_sandBoxPath].get<std::string>(); in GetSandboxPath()