Searched defs:vdex_filename (Results 1 – 10 of 10) sorted by relevance
183 static std::unique_ptr<VdexFile> Open(const std::string& vdex_filename, in Open()201 const std::string& vdex_filename, in Open()
90 const std::string& vdex_filename, in OpenAtAddress()135 const std::string& vdex_filename, in OpenAtAddress()
187 const std::string& vdex_filename, in OpenOatFile()268 bool OatFileBase::LoadVdex(const std::string& vdex_filename, in LoadVdex()290 const std::string& vdex_filename, in LoadVdex()1418 std::string vdex_filename = GetVdexFilename(oat_filename); in Open() local
1052 std::string vdex_filename = GetVdexFilename(filename_); in Status() local
993 std::string vdex_filename = in OpenDexFilesFromImage() local
193 std::string vdex_filename = ReplaceFileExtension(image_filename, "vdex"); in Compile() local
781 std::string vdex_filename = GetVdexFilename(best_oat_file->GetLocation()); in DexFile_getDexFileOutputPaths() local
1363 const std::string vdex_filename = dir + "/base.vdex"; in TEST_F() local1477 const std::string vdex_filename = dir + "/base.vdex"; in TEST_F() local
1341 std::string vdex_filename = output_vdex_.empty() in OpenFile() local
604 std::string vdex_filename = GetVdexFilename(oat_file_.GetLocation()); in Dump() local689 std::unique_ptr<const VdexFile> OpenVdexUnquicken(const std::string& vdex_filename, in OpenVdexUnquicken()