Searched refs:MountArg (Results 1 - 7 of 7) sorted by relevance
/base/startup/appspawn/test/mock/ |
H A D | app_spawn_stub.h | 49 typedef struct TagMountArg MountArg;
typedef 93 void CreateDemandSrc(const SandboxContext *context, const PathMountNode *sandboxNode, const MountArg *args);
|
H A D | app_system_stub.c | 172 MountArg *args = (MountArg *)node->arg;
in MountStub()
|
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_sandbox_new_test.cpp | 1181 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 D | app_spawn_sandboxmgr_test.cpp | 582 MountArg arg = {}; in HWTEST_F()
|
/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_expand.c | 69 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 D | appspawn_sandbox.h | 372 } MountArg; typedef 374 int SandboxMountPath(const MountArg *arg);
|
H A D | appspawn_sandbox.c | 94 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