Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/test/mock/
H A Dapp_spawn_stub.h48 typedef struct TagMountArg MountArg; typedef
59 …teDemandSrc(const SandboxContext *context, const PathMountNode *sandboxNode, const MountArg *args);
H A Dapp_system_stub.c172 MountArg *args = (MountArg *)node->arg; in MountStub()
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandbox_new_test.cpp1178 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 Dapp_spawn_sandboxmgr_test.cpp582 MountArg arg = {};
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.c82 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()
305MountArg mountArg = {args->originPath, args->destinationPath, args->fsType, args->mountFlags, opti… in SandboxMountFusePath()
335 const MountArg *args) in CreateDemandSrc()
404 MountArg args = {}; in DoSandboxPathNodeMount()
603MountArg 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 Dsandbox_expand.c69 MountArg mountArg = { in MountAllHsp()
117MountArg mountArg = {libPhysicalPath, context->buffer[0].buffer, NULL, mountFlags, NULL, MS_SLAVE}; in MountAllGroup()
167 MountArg mountArg = { in SetOverlayAppPath()
H A Dappspawn_sandbox.h356 } MountArg; typedef
358 int SandboxMountPath(const MountArg *arg);