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

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

Completed in 42 milliseconds