Home | History | Annotate | Download | only in installd

Lines Matching refs:new_path

1078     std::string new_path = oat_path;
1079 new_path.replace(new_path.length() - strlen(".dex"), strlen(".dex"), new_ext);
1080 CHECK(EndsWith(new_path, new_ext));
1081 return new_path;
1088 std::string new_path = oat_path;
1089 new_path.replace(odex_pos, strlen(".odex"), new_ext);
1090 CHECK_NE(new_path.find(new_ext), std::string::npos);
1091 return new_path;