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

/art/runtime/
H A Dclass_linker.cc1389 const OatFile* ClassLinker::GetInterpretedOnlyOat(const std::string& oat_path, argument
1393 std::unique_ptr<OatFile> output(OatFile::Open(oat_path, oat_path, nullptr, false, error_msg));
1402 oat_path.c_str());

Completed in 15 milliseconds