Searched defs:odex_filename (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Doat_file_assistant.cc790 InstructionSet isa, std::string* odex_filename, std::string* error_msg) {
791 CHECK(odex_filename != nullptr);
825 *odex_filename = dir + "/" + base + ".odex";
789 DexFilenameToOdexFilename(const std::string& location, InstructionSet isa, std::string* odex_filename, std::string* error_msg) argument

Completed in 62 milliseconds