Searched defs:cache_filename (Results 1 - 3 of 3) sorted by relevance

/art/cmdline/
H A Dcmdline.h59 std::string cache_filename; local
68 &cache_filename, &error_msg)) {
76 *filename = cache_filename;
/art/runtime/gc/space/
H A Dimage_space.cc238 std::string* cache_filename,
265 if (!GetDalvikCacheFilename(image_location, dalvik_cache.c_str(), cache_filename, &error_msg)) {
269 *has_cache = OS::FileExists(cache_filename->c_str());
357 std::string cache_filename; local
362 &cache_filename, &dalvik_cache_exists, &has_cache, &is_global_cache)) {
372 if (!ReadSpecificImageHeader(cache_filename.c_str(), cache_hdr.get())) {
374 image_location, cache_filename.c_str());
389 return ReadSpecificImageHeader(cache_filename.c_str(), error_msg);
397 std::unique_ptr<ImageHeader> cache(ReadSpecificImageHeader(cache_filename.c_str(),
408 return ReadSpecificImageHeader(cache_filename
234 FindImageFilename(const char* image_location, const InstructionSet image_isa, std::string* system_filename, bool* has_system, std::string* cache_filename, bool* dalvik_cache_exists, bool* has_cache, bool* is_global_cache) argument
444 CheckSpace(const std::string& cache_filename, std::string* error_msg) argument
479 std::string cache_filename; local
[all...]
/art/patchoat/
H A Dpatchoat.cc71 std::string cache_filename; local
80 &cache_filename, &error_msg)) {
88 *filename = cache_filename;
1143 std::string cache_filename; local
1148 &system_filename, &has_system, &cache_filename,
1154 patched_image_filename = cache_filename;

Completed in 43 milliseconds