Searched refs:replace_file_extension (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Ddexopt.cpp850 static std::string replace_file_extension(const std::string& oat_path, const std::string& new_ext) { function in namespace:android::installd
876 return replace_file_extension(oat_path, ".art");
881 return replace_file_extension(oat_path, ".vdex");

Completed in 249 milliseconds