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

/art/runtime/gc/space/
H A Dimage_space.cc202 std::string* cache_filename,
229 if (!GetDalvikCacheFilename(image_location, dalvik_cache.c_str(), cache_filename, &error_msg)) {
233 *has_cache = OS::FileExists(cache_filename->c_str());
321 std::string cache_filename; local
326 &cache_filename, &dalvik_cache_exists, &has_cache, &is_global_cache)) {
336 if (!ReadSpecificImageHeader(cache_filename.c_str(), cache_hdr.get())) {
338 image_location, cache_filename.c_str());
353 return ReadSpecificImageHeader(cache_filename.c_str(), error_msg);
361 std::unique_ptr<ImageHeader> cache(ReadSpecificImageHeader(cache_filename.c_str(),
372 return ReadSpecificImageHeader(cache_filename
198 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
408 CheckSpace(const std::string& cache_filename, std::string* error_msg) argument
443 std::string cache_filename; local
[all...]
/art/runtime/native/
H A Ddalvik_system_DexFile.cc521 std::string cache_filename; // was cache_location local
525 have_cache_filename = GetDalvikCacheFilename(filename, cache_dir.c_str(), &cache_filename,
542 IsDexOptNeededForFile<kVerboseLogging, kReasonLogging>(cache_filename, filename,
/art/patchoat/
H A Dpatchoat.cc87 std::string cache_filename; local
96 &cache_filename, &error_msg)) {
104 *filename = cache_filename;
1120 std::string cache_filename; local
1125 &system_filename, &has_system, &cache_filename,
1131 patched_image_filename = cache_filename;
/art/runtime/
H A Dclass_linker.cc1267 std::string cache_filename; local
1269 cache_filename = GetDalvikCacheFilenameOrDie(dex_location.c_str(), dalvik_cache.c_str());
1270 ret = FindOpenedOatFileFromOatLocation(cache_filename);
1277 cache_filename = odex_filename;
1293 // 'cache_filename' and return it
1336 std::unique_ptr<OatFile> cache_oat_file(OatFile::Open(cache_filename, cache_filename, nullptr,
1363 ret = PatchAndRetrieveOat(odex_filename, cache_filename, image_location, isa, &error_msg);
1366 ret = PatchAndRetrieveOat(cache_filename, cache_filename, image_locatio
[all...]

Completed in 118 milliseconds