Lines Matching refs:vdex_filename
107 const std::string& vdex_filename,
121 const std::string& vdex_filename,
138 bool LoadVdex(const std::string& vdex_filename,
144 const std::string& vdex_filename,
190 const std::string& vdex_filename, in OpenOatFile() argument
218 if (!ret->LoadVdex(vdex_filename, writable, low_4gb, error_msg)) { in OpenOatFile()
269 bool OatFileBase::LoadVdex(const std::string& vdex_filename, in LoadVdex() argument
276 vdex_filename, in LoadVdex()
283 vdex_filename.c_str(), in LoadVdex()
291 const std::string& vdex_filename, in LoadVdex() argument
306 vdex_filename, in LoadVdex()
1594 std::string vdex_filename = GetVdexFilename(oat_filename); in Open() local
1597 if (!OS::FileExists(vdex_filename.c_str())) { in Open()
1598 *error_msg = StringPrintf("File %s does not exist.", vdex_filename.c_str()); in Open()
1608 vdex_filename, in Open()
1637 vdex_filename, in Open()