Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.cc674 class Dex2oatFileWrapper { class
676 explicit Dex2oatFileWrapper(File* file) in Dex2oatFileWrapper() function in art::Dex2oatFileWrapper
681 ~Dex2oatFileWrapper() { in ~Dex2oatFileWrapper()
743 Dex2oatFileWrapper vdex_file_wrapper(OS::CreateEmptyFile(vdex_file_name.c_str())); in GenerateOatFileNoChecks()
759 Dex2oatFileWrapper oat_file_wrapper(OS::CreateEmptyFile(oat_file_name.c_str())); in GenerateOatFileNoChecks()