Searched refs:volume_for_mount_point (Results 1 – 4 of 4) sorted by relevance
86 bool has_cache = volume_for_mount_point("/cache") != nullptr; in WipeCache()119 bool has_cache = volume_for_mount_point("/cache") != nullptr; in WipeData()123 if (volume_for_mount_point(METADATA_ROOT) != nullptr) { in WipeData()
595 bool has_cache = volume_for_mount_point("/cache") != nullptr; in InstallPackage()
29 Volume* volume_for_mount_point(const std::string& mount_point);
74 Volume* volume_for_mount_point(const std::string& mount_point) { in volume_for_mount_point() function321 static bool has_cache = volume_for_mount_point(CACHE_ROOT) != nullptr; in HasCache()