Home
last modified time | relevance | path

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

/base/startup/appspawn/modules/sandbox/modern/
Dsandbox_debug_mode.c56 static int RemoveDebugBaseConfig(SandboxSection *section, const char *debugRootPath) in RemoveDebugBaseConfig()
74 static int RemoveDebugAppVarConfig(const AppSpawnSandboxCfg *sandboxCfg, const char *debugRootPath) in RemoveDebugAppVarConfig()
85 const char *debugRootPath) in RemoveDebugPermissionConfig()
102 static int ConvertUserIdPath(const AppSpawningCtx *property, char *debugRootPath, char *debugTmpRoo… in ConvertUserIdPath()
218 char debugRootPath[PATH_MAX_LEN] = {0}; in UninstallDebugSandbox() local