Searched refs:pathsToRemove (Results 1 – 2 of 2) sorted by relevance
366 void PathCache::remove(Vector<PathDescription>& pathsToRemove, const path_pair_t& pair) { in remove() argument374 pathsToRemove.push(key); in remove()385 Vector<PathDescription> pathsToRemove; in clearGarbage() local392 remove(pathsToRemove, pair); in clearGarbage()398 for (size_t i = 0; i < pathsToRemove.size(); i++) { in clearGarbage()399 mCache.remove(pathsToRemove.itemAt(i)); in clearGarbage()
251 void remove(Vector<PathDescription>& pathsToRemove, const path_pair_t& pair);