Searched refs:LoadVdex (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | oat_file.cc | 140 bool LoadVdex(const std::string& vdex_filename, 145 bool LoadVdex(int vdex_fd, 225 if (!ret->LoadVdex(vdex_filename, writable, low_4gb, error_msg)) { in OpenOatFile() 265 if (!ret->LoadVdex(vdex_fd, vdex_location, writable, low_4gb, error_msg)) { in OpenOatFile() 293 bool OatFileBase::LoadVdex(const std::string& vdex_filename, in LoadVdex() function in art::OatFileBase 314 bool OatFileBase::LoadVdex(int vdex_fd, in LoadVdex() function in art::OatFileBase
|