HomeSort by relevance Sort by last modified time
    Searched refs:cache_filename (Results 1 - 4 of 4) sorted by null

  /art/runtime/gc/space/
image_space.cc 177 std::string* cache_filename,
204 if (!GetDalvikCacheFilename(image_location, dalvik_cache.c_str(), cache_filename, &error_msg)) {
208 *has_cache = OS::FileExists(cache_filename->c_str());
296 std::string cache_filename; local
301 &cache_filename, &dalvik_cache_exists, &has_cache, &is_global_cache)) {
311 if (!ReadSpecificImageHeader(cache_filename.c_str(), cache_hdr.get())) {
313 image_location, cache_filename.c_str());
328 return ReadSpecificImageHeader(cache_filename.c_str(), error_msg);
336 std::unique_ptr<ImageHeader> cache(ReadSpecificImageHeader(cache_filename.c_str(),
347 return ReadSpecificImageHeader(cache_filename.c_str(), error_msg)
383 std::string cache_filename; local
    [all...]
  /art/runtime/native/
dalvik_system_DexFile.cc 511 std::string cache_filename; // was cache_location local
515 have_cache_filename = GetDalvikCacheFilename(filename, cache_dir.c_str(), &cache_filename,
531 IsDexOptNeededForFile<kVerboseLogging, kReasonLogging>(cache_filename, filename,
  /art/patchoat/
patchoat.cc 87 std::string cache_filename; local
96 &cache_filename, &error_msg)) {
104 *filename = cache_filename;
971 std::string cache_filename; local
    [all...]
  /art/runtime/
class_linker.cc 1247 std::string cache_filename; local
    [all...]

Completed in 215 milliseconds