Home
last modified time | relevance | path

Searched refs:mountArg (Results 1 - 2 of 2) sorted by relevance

/base/startup/appspawn/modules/sandbox/
H A Dsandbox_expand.c69 MountArg mountArg = { in MountAllHsp() local
72 ret = SandboxMountPath(&mountArg); in MountAllHsp()
119 MountArg mountArg = {libPhysicalPath, context->buffer[0].buffer, NULL, mountFlags, NULL, mountSharedFlag}; in MountAllGroup() local
120 ret = SandboxMountPath(&mountArg); in MountAllGroup()
170 MountArg mountArg = { in SetOverlayAppPath() local
173 int retMount = SandboxMountPath(&mountArg); in SetOverlayAppPath()
H A Dappspawn_sandbox.c322 MountArg mountArg = {args->originPath, args->destinationPath, args->fsType, args->mountFlags, options, MS_SHARED}; in SandboxMountFusePath() local
323 ret = SandboxMountPath(&mountArg); in SandboxMountFusePath()
763 MountArg mountArg = {PHYSICAL_APP_INSTALL_PATH, destBundlesPath, NULL, MS_REC | MS_BIND, NULL, MS_SLAVE}; in SetExpandSandboxConfig() local
764 ret = SandboxMountPath(&mountArg); in SetExpandSandboxConfig()
837 MountArg mountArg = { in SetBundleResourceSandboxConfig() local
840 int ret = SandboxMountPath(&mountArg); in SetBundleResourceSandboxConfig()

Completed in 3 milliseconds