Searched refs:volume_for_mount_point (Results 1 – 6 of 6) sorted by relevance
88 bool has_cache = volume_for_mount_point("/cache") != nullptr; in WipeCache()110 bool has_cache = volume_for_mount_point("/cache") != nullptr; in WipeData()114 if (volume_for_mount_point(METADATA_ROOT) != nullptr) { in WipeData()
660 bool has_cache = volume_for_mount_point("/cache") != nullptr; in install_package()
29 Volume* volume_for_mount_point(const std::string& mount_point);
76 Volume* volume = volume_for_mount_point(partition); in run_e2fsck()
334 has_cache = volume_for_mount_point(CACHE_ROOT) != nullptr; in main()
73 Volume* volume_for_mount_point(const std::string& mount_point) { in volume_for_mount_point() function