Home
last modified time | relevance | path

Searched refs:StagedMountSystemConst (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.h252 int StagedMountSystemConst(const AppSpawnSandboxCfg *sandbox, const AppSpawningCtx *property, int n…
H A Dsandbox_manager.c596 ret = StagedMountSystemConst(sandbox, property, IsNWebSpawnMode(content)); in SpawnPrepareSandboxCfg()
H A Dappspawn_sandbox.c842 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 Dapp_spawn_sandbox_new_test.cpp1188 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 Dapp_spawn_sandboxmgr_test.cpp504 … ret = StagedMountSystemConst(inputAppSpawnSandboxCfg[i], inputAppSpawningCtx[j], inputSpawn[k]);