Home
last modified time | relevance | path

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

/base/startup/init/services/sandbox/include/
H A Dsandbox.h48 ListNode pathMountsHead; member
/base/startup/init/services/sandbox/
H A Dsandbox.c257 RemoveOldSandboxMountListNode(&sandbox->pathMountsHead, dstPath); in AddMountInfoToSandbox()
258 OH_ListAddTail(&sandbox->pathMountsHead, &tmpMount->node); in AddMountInfoToSandbox()
400 OH_ListInit(&sandbox->pathMountsHead); in InitSandbox()
552 rc = MountSandboxInfo(&sandbox->pathMountsHead, sandbox->rootPath, SANDBOX_TAG_MOUNT_PATH); in PrepareSandbox()
610 OH_ListRemoveAll(&sandbox->pathMountsHead, FreeSandboxMountInfo); in DestroySandbox()
696 OH_ListTraversal(&map->sandbox->pathMountsHead, NULL, DumpSandboxMountInfo, 0); in DumpSandboxByName()

Completed in 2 milliseconds