Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h249 const std::string& oat_cache_filename);
Dclass_linker.cc545 const std::string& oat_cache_filename) { in GenerateOatFile() argument
566 oat_location_option_string += oat_cache_filename; in GenerateOatFile()
961 std::string oat_cache_filename(GetDalvikCacheFilenameOrDie(dex_location)); in FindDexFileInOatFileFromDexLocation() local
962 …n FindOrCreateOatFileForDexLocationLocked(dex_location, dex_location_checksum, oat_cache_filename); in FindDexFileInOatFileFromDexLocation()