Home
last modified time | relevance | path

Searched defs:rootPath (Results 1 – 12 of 12) sorted by relevance

/base/startup/appspawn/modules/sandbox/normal/
Dappspawn_sandbox_manager.cpp96 static void UmountDir(const char *rootPath, const char *targetPath, const AppSpawnedProcessInfo *ap… in UmountDir()
124 const char rootPath[] = "/mnt/sandbox/"; in UmountSandboxPath() local
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
Dcert_manager_storage.c28 int32_t GetRootPath(uint32_t store, char *rootPath, uint32_t pathLen) in GetRootPath()
64 char rootPath[CERT_MAX_PATH_LEN] = { 0 }; in ConstructUserIdPath() local
253 char rootPath[CERT_MAX_PATH_LEN] = { 0 }; in CmGetCertConfUserIdDir() local
383 char rootPath[CERT_MAX_PATH_LEN] = { 0 }; in CmGetCertBackupDir() local
/base/startup/init/services/sandbox/
Dsandbox.c485 const char *rootPath = (const char *)data; in MountSandboxNode() local
500 static int MountSandboxInfo(struct ListNode *head, const char *rootPath, SandboxTag tag) in MountSandboxInfo()
514 const char *rootPath = (const char *)data; in LinkSandboxNode() local
531 static int LinkSandboxInfo(struct ListNode *head, const char *rootPath) in LinkSandboxInfo()
/base/startup/init/services/sandbox/include/
Dsandbox.h51 char *rootPath; // /mnt/sandbox/system|vendor|xxx member
/base/startup/appspawn/modules/sandbox/modern/
Dappspawn_sandbox.c113 char *rootPath = strstr(sandbox->rootPath, PARAMETER_USER_ID); in BuildRootPath() local
235 …const char *rootPath = GetSandboxRealVar(context, BUFFER_FOR_SOURCE, sandbox->rootPath, NULL, NULL… in InitSandboxContext() local
900 …ic bool IsSandboxMounted(const AppSpawnSandboxCfg *sandbox, const char *name, const char *rootPath) in IsSandboxMounted()
916 static int SetSandboxMounted(const AppSpawnSandboxCfg *sandbox, const char *name, char *rootPath) in SetSandboxMounted()
930 static void UnmountPath(char *rootPath, uint32_t len, const SandboxMountNode *sandboxNode) in UnmountPath()
Dappspawn_sandbox.h204 char *rootPath; member
231 char *rootPath; member
Dsandbox_load.c672 char *rootPath = GetStringFromJsonObj(json, "sandbox-root"); in ParseGlobalSandboxConfig() local
/base/update/updateservice/services/core/ability/utils/src/
Dfile_utils.cpp84 void FileUtils::DeleteFile(const std::string &rootPath, bool isDeleteRootDir) in DeleteFile()
/base/global/font_manager/frameworks/fontmgr/src/
Dfile_utils.cpp216 void FileUtils::DeleteDir(const std::string &rootPath, bool isDeleteRootDir) in DeleteDir()
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
Dapp_spawn_sandbox_new_test.cpp2295 char rootPath[] = "/test/xxxx"; variable
2315 char rootPath[] = "/test/xxxx"; variable
/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
Dhks_storage.c499 char *rootPath = NULL; in StoreDestroy() local
/base/startup/appspawn/standard/
Dappspawn_service.c1493 char *rootPath = "/mnt/sandbox"; in ProcessSpawnRemountMsg() local