Searched refs:LoadVdex (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | oat_file.cc | 139 bool LoadVdex(const std::string& vdex_filename, 144 bool LoadVdex(int vdex_fd, 223 if (!ret->LoadVdex(vdex_filename, writable, low_4gb, error_msg)) { in OpenOatFile() 263 if (!ret->LoadVdex(vdex_fd, vdex_location, writable, low_4gb, error_msg)) { in OpenOatFile() 281 bool OatFileBase::LoadVdex(const std::string& vdex_filename, in LoadVdex() function in art::OatFileBase 302 bool OatFileBase::LoadVdex(int vdex_fd, in LoadVdex() function in art::OatFileBase
|