Searched refs:cache_dir_path (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.cc80 static void RealPruneDalvikCache(const std::string& cache_dir_path);
90 static void RealPruneDalvikCache(const std::string& cache_dir_path) { argument
91 if (!OS::DirectoryExists(cache_dir_path.c_str())) {
94 DIR* cache_dir = opendir(cache_dir_path.c_str());
96 PLOG(WARNING) << "Unable to open " << cache_dir_path << " to delete it's contents";
113 std::string cache_file(cache_dir_path);

Completed in 663 milliseconds