Home | History | Annotate | Download | only in installd

Lines Matching refs:new_path

853     std::string new_path = oat_path;
854 new_path.replace(new_path.length() - strlen(".dex"), strlen(".dex"), new_ext);
855 CHECK(EndsWith(new_path, new_ext.c_str()));
856 return new_path;
863 std::string new_path = oat_path;
864 new_path.replace(odex_pos, strlen(".odex"), new_ext);
865 CHECK_NE(new_path.find(new_ext), std::string::npos);
866 return new_path;