Searched refs:StagedMountSystemConst (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/startup/appspawn/modules/sandbox/ |
H A D | appspawn_sandbox.h | 252 int StagedMountSystemConst(const AppSpawnSandboxCfg *sandbox, const AppSpawningCtx *property, int n…
|
H A D | sandbox_manager.c | 596 ret = StagedMountSystemConst(sandbox, property, IsNWebSpawnMode(content)); in SpawnPrepareSandboxCfg()
|
H A D | appspawn_sandbox.c | 842 int StagedMountSystemConst(const AppSpawnSandboxCfg *sandbox, const AppSpawningCtx *property, int n… in StagedMountSystemConst() function
|
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_sandbox_new_test.cpp | 1188 ret = StagedMountSystemConst(sandbox, property, 0); 1570 ret = StagedMountSystemConst(sandbox, property, 0); 1623 ret = StagedMountSystemConst(sandbox, property, 0); 1676 ret = StagedMountSystemConst(sandbox, property, 0); 1729 ret = StagedMountSystemConst(sandbox, property, 0); 1988 ret = StagedMountSystemConst(sandbox, property, 0);
|
H A D | app_spawn_sandboxmgr_test.cpp | 504 … ret = StagedMountSystemConst(inputAppSpawnSandboxCfg[i], inputAppSpawningCtx[j], inputSpawn[k]);
|