Lines Matching refs:vdex_filename
108 const std::string& vdex_filename,
122 const std::string& vdex_filename,
139 bool LoadVdex(const std::string& vdex_filename,
145 const std::string& vdex_filename,
195 const std::string& vdex_filename, in OpenOatFile() argument
223 if (!ret->LoadVdex(vdex_filename, writable, low_4gb, error_msg)) { in OpenOatFile()
291 bool OatFileBase::LoadVdex(const std::string& vdex_filename, in LoadVdex() argument
298 vdex_filename, in LoadVdex()
305 vdex_filename.c_str(), in LoadVdex()
313 const std::string& vdex_filename, in LoadVdex() argument
329 vdex_filename, in LoadVdex()
1628 std::string vdex_filename = GetVdexFilename(oat_filename); in Open() local
1631 if (!OS::FileExists(vdex_filename.c_str())) { in Open()
1632 *error_msg = StringPrintf("File %s does not exist.", vdex_filename.c_str()); in Open()
1642 vdex_filename, in Open()
1671 vdex_filename, in Open()