Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/sandbox/
H A Dsandbox.c183 static void RemoveOldSandboxMountListNode(ListNode *head, const char *targetMount) in RemoveOldSandboxMountListNode() argument
185 if ((head == NULL) || (targetMount == NULL)) { in RemoveOldSandboxMountListNode()
188 ListNode *node = OH_ListFind(head, (void *)targetMount, CompareSandboxListForMountTarget); in RemoveOldSandboxMountListNode()