Searched refs:LoadVdex (Results 1 – 1 of 1) sorted by relevance
/art/runtime/oat/ |
D | oat_file.cc | 144 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
|