Home
last modified time | relevance | path

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/
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
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/
Dsandbox.c481 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/
Dappspawn_sandbox.c116 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()
Dappspawn_sandbox.h182 char *rootPath; member
209 char *rootPath; member
Dsandbox_utils.cpp1813 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
Dsandbox_load.c589 char *rootPath = GetStringFromJsonObj(json, "sandbox-root"); in ParseGlobalSandboxConfig() local
/base/startup/init/services/sandbox/include/
Dsandbox.h51 char *rootPath; // /mnt/sandbox/system|vendor|xxx member
/base/update/updateservice/services/core/ability/utils/src/
Dfile_utils.cpp84 void FileUtils::DeleteFile(const std::string &rootPath, bool isDeleteRootDir) in DeleteFile()
/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
Dhks_storage.c513 char *rootPath = NULL; in StoreDestroy() local
/base/startup/appspawn/standard/
Dappspawn_service.c1337 char *rootPath = "/mnt/sandbox"; in ProcessSpawnRemountMsg() local
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
Dapp_spawn_sandbox_new_test.cpp2279 char rootPath[] = "/test/xxxx"; variable