Home
last modified time | relevance | path

Searched refs:MountArg (Results 1 - 7 of 7) sorted by relevance

/base/startup/appspawn/test/mock/
H A Dapp_spawn_stub.h49 typedef struct TagMountArg MountArg; typedef
93 void CreateDemandSrc(const SandboxContext *context, const PathMountNode *sandboxNode, const MountArg *args);
H A Dapp_system_stub.c172 MountArg *args = (MountArg *)node->arg; in MountStub()
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandbox_new_test.cpp1181 MountArg args = {}; in HWTEST_F()
1234 MountArg args = {}; in HWTEST_F()
1292 MountArg args = {}; in HWTEST_F()
1346 MountArg args = {}; in HWTEST_F()
1398 MountArg args = {}; in HWTEST_F()
1453 MountArg args = {}; in HWTEST_F()
1511 MountArg args = {}; in HWTEST_F()
1564 MountArg args = {}; in HWTEST_F()
1617 MountArg args = {}; in HWTEST_F()
1670 MountArg arg in HWTEST_F()
[all...]
H A Dapp_spawn_sandboxmgr_test.cpp582 MountArg arg = {}; in HWTEST_F()
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_expand.c69 MountArg mountArg = { in MountAllHsp()
119 MountArg mountArg = {libPhysicalPath, context->buffer[0].buffer, NULL, mountFlags, NULL, mountSharedFlag}; in MountAllGroup()
170 MountArg mountArg = { in SetOverlayAppPath()
H A Dappspawn_sandbox.h372 } MountArg; typedef
374 int SandboxMountPath(const MountArg *arg);
H A Dappspawn_sandbox.c94 int SandboxMountPath(const MountArg *arg) in SandboxMountPath()
251 const PathMountNode *sandboxNode, uint32_t operation, MountArg *args) in GetMountArgs()
295 static int32_t SandboxMountFusePath(const SandboxContext *context, const MountArg *args) in SandboxMountFusePath()
322 MountArg mountArg = {args->originPath, args->destinationPath, args->fsType, args->mountFlags, options, MS_SHARED}; in SandboxMountFusePath()
352 const MountArg *args) in CreateDemandSrc()
392 static int32_t SetMountArgsOption(const SandboxContext *context, uint32_t category, uint32_t operation, MountArg *args) in SetMountArgsOption()
416 MountArg *args, uint32_t operation) in DoSandboxMountByCategory()
443 MountArg args = {}; in DoSandboxPathNodeMount()
763 MountArg mountArg = {PHYSICAL_APP_INSTALL_PATH, destBundlesPath, NULL, MS_REC | MS_BIND, NULL, MS_SLAVE}; in SetExpandSandboxConfig()
837 MountArg mountAr in SetBundleResourceSandboxConfig()
[all...]

Completed in 9 milliseconds