Searched defs:vdex_filename (Results 1 – 10 of 10) sorted by relevance
206 static std::unique_ptr<VdexFile> Open(const std::string& vdex_filename, in Open()224 const std::string& vdex_filename, in Open()
100 const std::string& vdex_filename, in OpenAtAddress()145 const std::string& vdex_filename, in OpenAtAddress()
440 /* out */ std::string* vdex_filename) { in AnonymousDexVdexLocation()766 std::string vdex_filename = GetVdexFilename(filename_); in Status() local
190 const std::string& vdex_filename, in OpenOatFile()269 bool OatFileBase::LoadVdex(const std::string& vdex_filename, in LoadVdex()291 const std::string& vdex_filename, in LoadVdex()1594 std::string vdex_filename = GetVdexFilename(oat_filename); in Open() local
95 std::string vdex_filename; in Java_Main_hasVdexFile() local
202 std::string vdex_filename = ReplaceFileExtension(image_filename, "vdex"); in DoCompile() local
839 std::string vdex_filename = GetVdexFilename(best_oat_file->GetLocation()); in DexFile_getDexFileOutputPaths() local
1389 const std::string vdex_filename = dir + "/base.vdex"; in TEST_F() local1498 const std::string vdex_filename = dir + "/base.vdex"; in TEST_F() local
1283 std::string vdex_filename = output_vdex_.empty() in OpenFile() local
590 std::string vdex_filename = GetVdexFilename(oat_file_.GetLocation()); in Dump() local748 std::unique_ptr<const VdexFile> OpenVdexUnquicken(const std::string& vdex_filename, in OpenVdexUnquicken()