Searched refs:has_cache (Results 1 – 4 of 4) sorted by relevance
89 bool has_cache = volume_for_mount_point("/cache") != nullptr; in WipeCache() local90 if (!has_cache) { in WipeCache()117 bool has_cache = volume_for_mount_point("/cache") != nullptr; in WipeData() local118 if (has_cache) { in WipeData()
582 bool has_cache = volume_for_mount_point("/cache") != nullptr; in InstallPackage() local584 if (has_cache) { in InstallPackage()
122 bool has_cache = false; in main() local133 has_cache = true; in main()141 if (has_cache) { in main()166 if (!has_cache) { in main()
321 static bool has_cache = volume_for_mount_point(CACHE_ROOT) != nullptr; in HasCache() local322 return has_cache; in HasCache()