Searched refs:MountArg (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/startup/appspawn/test/mock/ |
H A D | app_spawn_stub.h | 48 typedef struct TagMountArg MountArg; typedef 59 …teDemandSrc(const SandboxContext *context, const PathMountNode *sandboxNode, const MountArg *args);
|
H A D | app_system_stub.c | 172 MountArg *args = (MountArg *)node->arg; in MountStub()
|
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_sandbox_new_test.cpp | 1178 MountArg args = {}; 1231 MountArg args = {}; 1289 MountArg args = {}; 1343 MountArg args = {}; 1395 MountArg args = {}; 1450 MountArg args = {}; 1508 MountArg args = {}; 1561 MountArg args = {}; 1614 MountArg args = {}; 1667 MountArg args = {}; [all …]
|
H A D | app_spawn_sandboxmgr_test.cpp | 582 MountArg arg = {};
|
/ohos5.0/base/startup/appspawn/modules/sandbox/ |
H A D | appspawn_sandbox.c | 82 int SandboxMountPath(const MountArg *arg) in SandboxMountPath() 229 const PathMountNode *sandboxNode, uint32_t operation, MountArg *args) in GetMountArgs() 279 static int32_t SandboxMountFusePath(const SandboxContext *context, const MountArg *args) in SandboxMountFusePath() 305 …MountArg mountArg = {args->originPath, args->destinationPath, args->fsType, args->mountFlags, opti… in SandboxMountFusePath() 335 const MountArg *args) in CreateDemandSrc() 404 MountArg args = {}; in DoSandboxPathNodeMount() 603 …MountArg mountArg = {PHYSICAL_APP_INSTALL_PATH, destBundlesPath, NULL, MS_REC | MS_BIND, NULL, MS_… in SetExpandSandboxConfig() 677 MountArg mountArg = { in SetBundleResourceSandboxConfig() 716 MountArg arg = {context->rootPath, context->rootPath, NULL, BASIC_MOUNT_FLAGS, NULL, MS_SLAVE}; in SandboxRootFolderCreateNoShare()
|
H A D | sandbox_expand.c | 69 MountArg mountArg = { in MountAllHsp() 117 …MountArg mountArg = {libPhysicalPath, context->buffer[0].buffer, NULL, mountFlags, NULL, MS_SLAVE}; in MountAllGroup() 167 MountArg mountArg = { in SetOverlayAppPath()
|
H A D | appspawn_sandbox.h | 356 } MountArg; typedef 358 int SandboxMountPath(const MountArg *arg);
|