Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp914 static std::string replace_file_extension(const std::string& oat_path, const std::string& new_ext) { in replace_file_extension() argument
918 new_path.replace(new_path.length() - strlen(".dex"), strlen(".dex"), new_ext); in replace_file_extension()
919 CHECK(EndsWith(new_path, new_ext)); in replace_file_extension()
928 new_path.replace(odex_pos, strlen(".odex"), new_ext); in replace_file_extension()
929 CHECK_NE(new_path.find(new_ext), std::string::npos); in replace_file_extension()