Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc522 bool have_cache_filename = false; in CopyProfileFile() local
525 have_cache_filename = GetDalvikCacheFilename(filename, cache_dir.c_str(), &cache_filename, in CopyProfileFile()
527 if (!have_cache_filename && kVerboseLogging) { in CopyProfileFile()
538 if (have_cache_filename && !force_system_only) { in CopyProfileFile()