Home
last modified time | relevance | path

Searched refs:g_fsType (Results 1 - 1 of 1) sorted by relevance

/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp106 const char *g_fsType = "fs-type"; member
728 if (GetSandboxDacOverrideEnable(config) && (config.find(g_fsType) != config.end())) { in GetSandboxFsType()
729 fsType = config[g_fsType].get<std::string>(); in GetSandboxFsType()
757 mountConfig.fsType = (mntPoint.find(g_fsType) != mntPoint.end()) ? mntPoint[g_fsType].get<std::string>() : ""; in GetSandboxMountConfig()

Completed in 7 milliseconds