Home
last modified time | relevance | path

Searched refs:cache_filename (Results 1 – 2 of 2) sorted by relevance

/art/cmdline/
Dcmdline.h64 std::string cache_filename; in LocationToFilename() local
73 &cache_filename, &error_msg)) { in LocationToFilename()
81 *filename = cache_filename; in LocationToFilename()
/art/runtime/gc/space/
Dimage_space.cc213 std::string* cache_filename) { in FindImageFilenameImpl() argument
245 cache_filename, in FindImageFilenameImpl()
250 *has_cache = OS::FileExists(cache_filename->c_str()); in FindImageFilenameImpl()
259 std::string* cache_filename, in FindImageFilename() argument
272 cache_filename); in FindImageFilename()
3496 std::string cache_filename; in IsBootClassPathOnDisk() local
3504 &cache_filename, in IsBootClassPathOnDisk()
3510 ? (has_system ? system_filename : cache_filename) in IsBootClassPathOnDisk()
3511 : (has_cache ? cache_filename : system_filename); in IsBootClassPathOnDisk()
3523 static bool CheckSpace(const std::string& cache_filename, std::string* error_msg) { in CheckSpace() argument
[all …]