Home
last modified time | relevance | path

Searched refs:sandbox_t (Results 1 - 2 of 2) sorted by relevance

/base/startup/init/services/sandbox/
H A Dsandbox.c81 static sandbox_t g_systemSandbox = {};
82 static sandbox_t g_chipsetSandbox = {};
84 static sandbox_t g_testSandbox = {};
89 sandbox_t *sandbox;
222 typedef int (*AddInfoToSandboxCallback)(sandbox_t *sandbox, cJSON *item, const char *type);
224 static int AddMountInfoToSandbox(sandbox_t *sandbox, cJSON *item, const char *type) in AddMountInfoToSandbox()
267 static int AddSymbolLinksToSandbox(sandbox_t *sandbox, cJSON *item, const char *type) in AddSymbolLinksToSandbox()
287 static int GetSandboxInfo(sandbox_t *sandbox, cJSON *root, const char *itemName) in GetSandboxInfo()
316 static int ParseSandboxConfig(cJSON *root, sandbox_t *sandbox) in ParseSandboxConfig()
353 static int ParseInitSandboxConfigFile(sandbox_t *sandbo
[all...]
/base/startup/init/services/sandbox/include/
H A Dsandbox.h55 } sandbox_t; typedef

Completed in 2 milliseconds