Searched defs:rootPath (Results 1 – 11 of 11) sorted by relevance
| /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 252 char rootPath[CERT_MAX_PATH_LEN] = { 0 }; in CmGetCertConfUserIdDir() local 382 char rootPath[CERT_MAX_PATH_LEN] = { 0 }; in CmGetCertBackupDir() local
|
| /base/startup/init/services/sandbox/ |
| D | sandbox.c | 481 const char *rootPath = (const char *)data; in MountSandboxNode() local 496 static int MountSandboxInfo(struct ListNode *head, const char *rootPath, SandboxTag tag) in MountSandboxInfo() 510 const char *rootPath = (const char *)data; in LinkSandboxNode() local 527 static int LinkSandboxInfo(struct ListNode *head, const char *rootPath) in LinkSandboxInfo()
|
| /base/startup/appspawn/modules/sandbox/ |
| D | appspawn_sandbox.c | 116 char *rootPath = strstr(sandbox->rootPath, PARAMETER_USER_ID); in BuildRootPath() local 205 …const char *rootPath = GetSandboxRealVar(context, BUFFER_FOR_SOURCE, sandbox->rootPath, NULL, NULL… in InitSandboxContext() local 745 …ic bool IsSandboxMounted(const AppSpawnSandboxCfg *sandbox, const char *name, const char *rootPath) in IsSandboxMounted() 761 static int SetSandboxMounted(const AppSpawnSandboxCfg *sandbox, const char *name, char *rootPath) in SetSandboxMounted() 775 static void UnmountPath(char *rootPath, uint32_t len, const SandboxMountNode *sandboxNode) in UnmountPath()
|
| D | appspawn_sandbox.h | 182 char *rootPath; member 209 char *rootPath; member
|
| D | sandbox_utils.cpp | 1813 const char rootPath[] = "/data/app/el2/"; in IsUnlockStatus() local 1832 static void MountDir(const AppSpawningCtx *property, const char *rootPath, const char *srcPath, con… in MountDir() 1886 const char rootPath[] = "/mnt/sandbox/"; in MountDirToShared() local
|
| D | sandbox_load.c | 589 char *rootPath = GetStringFromJsonObj(json, "sandbox-root"); in ParseGlobalSandboxConfig() local
|
| /base/startup/init/services/sandbox/include/ |
| D | sandbox.h | 51 char *rootPath; // /mnt/sandbox/system|vendor|xxx member
|
| /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/security/huks/services/huks_standard/huks_service/main/hks_storage/src/ |
| D | hks_storage.c | 513 char *rootPath = NULL; in StoreDestroy() local
|
| /base/startup/appspawn/standard/ |
| D | appspawn_service.c | 1337 char *rootPath = "/mnt/sandbox"; in ProcessSpawnRemountMsg() local
|
| /base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
| D | app_spawn_sandbox_new_test.cpp | 2279 char rootPath[] = "/test/xxxx"; variable
|