Searched refs:BindMount (Results 1 – 1 of 1) sorted by relevance
431 static int BindMount(const char *source, const char *target, unsigned long flags, SandboxTag tag) in BindMount() function486 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()