Lines Matching refs:vdex_filename
109 const std::string& vdex_filename,
123 const std::string& vdex_filename,
140 bool LoadVdex(const std::string& vdex_filename,
146 const std::string& vdex_filename,
197 const std::string& vdex_filename, in OpenOatFile() argument
225 if (!ret->LoadVdex(vdex_filename, writable, low_4gb, error_msg)) { in OpenOatFile()
293 bool OatFileBase::LoadVdex(const std::string& vdex_filename, in LoadVdex() argument
300 vdex_filename, in LoadVdex()
307 vdex_filename.c_str(), in LoadVdex()
315 const std::string& vdex_filename, in LoadVdex() argument
331 vdex_filename, in LoadVdex()
1742 std::string vdex_filename = GetVdexFilename(oat_filename); in Open() local
1747 if (!OS::FileExists(vdex_filename.c_str())) { in Open()
1748 *error_msg = StringPrintf("File %s does not exist.", vdex_filename.c_str()); in Open()
1755 vdex_filename, in Open()
1795 vdex_filename, in Open()