Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp1027 static std::string replace_file_extension(const std::string& oat_path, const std::string& new_ext) { in replace_file_extension() argument
1031 new_path.replace(new_path.length() - strlen(".dex"), strlen(".dex"), new_ext); in replace_file_extension()
1032 CHECK(EndsWith(new_path, new_ext)); in replace_file_extension()
1041 new_path.replace(odex_pos, strlen(".odex"), new_ext); in replace_file_extension()
1042 CHECK_NE(new_path.find(new_ext), std::string::npos); in replace_file_extension()