Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc138 bool LoadVdex(const std::string& vdex_filename,
143 bool LoadVdex(int vdex_fd,
218 if (!ret->LoadVdex(vdex_filename, writable, low_4gb, error_msg)) { in OpenOatFile()
258 if (!ret->LoadVdex(vdex_fd, vdex_location, writable, low_4gb, error_msg)) { in OpenOatFile()
269 bool OatFileBase::LoadVdex(const std::string& vdex_filename, in LoadVdex() function in art::OatFileBase
290 bool OatFileBase::LoadVdex(int vdex_fd, in LoadVdex() function in art::OatFileBase