| /base/startup/appspawn/modules/sandbox/normal/ |
| D | appspawn_sandbox_manager.cpp | 96 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/ |
| D | cert_manager_storage.c | 28 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/ |
| D | sandbox.c | 485 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/ |
| D | sandbox.h | 51 char *rootPath; // /mnt/sandbox/system|vendor|xxx member
|
| /base/startup/appspawn/modules/sandbox/modern/ |
| D | appspawn_sandbox.c | 113 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()
|
| D | appspawn_sandbox.h | 204 char *rootPath; member 231 char *rootPath; member
|
| D | sandbox_load.c | 672 char *rootPath = GetStringFromJsonObj(json, "sandbox-root"); in ParseGlobalSandboxConfig() local
|
| /base/update/updateservice/services/core/ability/utils/src/ |
| D | file_utils.cpp | 84 void FileUtils::DeleteFile(const std::string &rootPath, bool isDeleteRootDir) in DeleteFile()
|
| /base/global/font_manager/frameworks/fontmgr/src/ |
| D | file_utils.cpp | 216 void FileUtils::DeleteDir(const std::string &rootPath, bool isDeleteRootDir) in DeleteDir()
|
| /base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
| D | app_spawn_sandbox_new_test.cpp | 2295 char rootPath[] = "/test/xxxx"; variable 2315 char rootPath[] = "/test/xxxx"; variable
|
| /base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/ |
| D | hks_storage.c | 499 char *rootPath = NULL; in StoreDestroy() local
|
| /base/startup/appspawn/standard/ |
| D | appspawn_service.c | 1493 char *rootPath = "/mnt/sandbox"; in ProcessSpawnRemountMsg() local
|