Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file_assistant.cc613 const std::string system_file = GetSystemOdexFilenameForApex(location, isa); in DexLocationToOdexFilename() local
614 if (OS::FileExists(system_file.c_str(), /*check_file_type=*/true)) { in DexLocationToOdexFilename()
615 *odex_filename = system_file; in DexLocationToOdexFilename()
618 PLOG(ERROR) << "Could not check odex file " << system_file; in DexLocationToOdexFilename()