Searched refs:targetMount (Results 1 – 1 of 1) sorted by relevance
183 static void RemoveOldSandboxMountListNode(ListNode *head, const char *targetMount) in RemoveOldSandboxMountListNode() argument185 if ((head == NULL) || (targetMount == NULL)) { in RemoveOldSandboxMountListNode()188 ListNode *node = OH_ListFind(head, (void *)targetMount, CompareSandboxListForMountTarget); in RemoveOldSandboxMountListNode()