Home
last modified time | relevance | path

Searched refs:ReplaceFileExtension (Results 1 – 5 of 5) sorted by relevance

/art/runtime/base/
Dfile_utils.h73 std::string ReplaceFileExtension(const std::string& filename, const std::string& new_extension);
Dfile_utils.cc288 return ReplaceFileExtension(oat_location, "vdex"); in GetVdexFilename()
308 std::string ReplaceFileExtension(const std::string& filename, const std::string& new_extension) { in ReplaceFileExtension() function
/art/dex2oat/linker/
Dimage_test.h190 std::string oat_filename = ReplaceFileExtension(image_filename, "oat"); in Compile()
193 std::string vdex_filename = ReplaceFileExtension(image_filename, "vdex"); in Compile()
/art/runtime/
Doat_file_assistant.cc1006 std::string art_file = ReplaceFileExtension(oat_file->GetLocation(), "art"); in OpenImageSpace()
/art/dex2oat/
Ddex2oat.cc1342 ? ReplaceFileExtension(oat_filename, "vdex") in OpenFile()
1399 std::string vdex_location = ReplaceFileExtension(oat_location_, "vdex"); in OpenFile()