Lines Matching refs:substr
1018 dex_orig_name = dex_file_location.substr(dex_orig_pos + 1); in ExportDexFile()
1027 dex_orig_name = dex_file_location.substr(++apk_orig_pos); in ExportDexFile()
2940 line.substr(0, first_space), in DumpImt()
2941 line.substr(first_space + 1, std::string::npos), in DumpImt()
3331 oat_filename_ = option.substr(strlen("--oat-file=")).data(); in ParseCustom()
3333 image_location_ = option.substr(strlen("--image=")).data(); in ParseCustom()
3343 oat_filename_ = option.substr(strlen("--symbolize=")).data(); in ParseCustom()
3348 class_filter_ = option.substr(strlen("--class-filter=")).data(); in ParseCustom()
3350 method_filter_ = option.substr(strlen("--method-filter=")).data(); in ParseCustom()
3356 export_dex_location_ = option.substr(strlen("--export-dex-to=")).data(); in ParseCustom()
3358 if (!ParseUint(option.substr(strlen("--addr2instr=")).data(), &addr2instr_)) { in ParseCustom()
3363 app_image_ = option.substr(strlen("--app-image=")).data(); in ParseCustom()
3365 app_oat_ = option.substr(strlen("--app-oat=")).data(); in ParseCustom()
3367 imt_dump_ = option.substr(strlen("--dump-imt=")).data(); in ParseCustom()