Home | History | Annotate | Download | only in dex2oat

Lines Matching full:substr

999     base_oat = base_oat.substr(0, last_oat_slash + 1);
1014 std::string prefix = base_img.substr(last_img_slash + 1);
1016 prefix = prefix.substr(0, prefix.rfind('.'));
1022 base_img = base_img.substr(0, last_img_slash + 1);
1032 dex_file = dex_file.substr(last_dex_slash + 1);
1036 dex_file = dex_file.substr(0, last_dex_dot);
1039 infix = dex_file.substr(strlen("core"));
1050 base_symbol_oat = base_symbol_oat.substr(0, last_symbol_oat_slash + 1);
1083 in = in.substr(last_dex_slash + 1);
1096 in = in.substr(0, in.length() - strlen(".jar")) +
1851 dex_location = dex_location.substr(last_slash + 1);
2848 if (res.substr(penultimate_slash + 1, last_slash - penultimate_slash - 1) !=
2853 return res.substr(0, penultimate_slash) + res.substr(last_slash);