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

/art/runtime/
H A Dclass_linker.h611 const OatFile* PatchAndRetrieveOat(const std::string& input, const std::string& output,
H A Dclass_linker.cc1363 ret = PatchAndRetrieveOat(odex_filename, cache_filename, image_location, isa, &error_msg);
1366 ret = PatchAndRetrieveOat(cache_filename, cache_filename, image_location, isa, &error_msg);
1429 const OatFile* ClassLinker::PatchAndRetrieveOat(const std::string& input_oat, function in class:art::ClassLinker

Completed in 278 milliseconds