Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/sandbox/
H A Dsandbox.c431 static int BindMount(const char *source, const char *target, unsigned long flags, SandboxTag tag) in BindMount() function
486 int rc = BindMount(info->source, target, info->flags, info->tag); in MountSandboxNode()
550 rc = BindMount(sandbox->rootPath, sandbox->rootPath, MS_BIND | MS_REC, SANDBOX_TAG_MOUNT_PATH); in PrepareSandbox()