Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file.cc144 bool LoadVdex(const std::string& vdex_filename,
149 bool LoadVdex(int vdex_fd,
244 if (!ret->LoadVdex(vdex_filename, writable, low_4gb, error_msg)) { in OpenOatFile()
285 if (!ret->LoadVdex(vdex_fd, vdex_location, writable, low_4gb, error_msg)) { in OpenOatFile()
296 bool OatFileBase::LoadVdex(const std::string& vdex_filename, in LoadVdex() function in art::OatFileBase
316 bool OatFileBase::LoadVdex(int vdex_fd, in LoadVdex() function in art::OatFileBase