Lines Matching refs:substr
673 dex_orig_name = dex_file_location.substr(dex_orig_pos + 1); in ExportDexFile()
680 dex_orig_name = dex_file_location.substr(++apk_orig_pos); in ExportDexFile()
2385 oat_filename_ = option.substr(strlen("--oat-file=")).data(); in ParseCustom()
2387 image_location_ = option.substr(strlen("--image=")).data(); in ParseCustom()
2397 oat_filename_ = option.substr(strlen("--symbolize=")).data(); in ParseCustom()
2402 class_filter_ = option.substr(strlen("--class-filter=")).data(); in ParseCustom()
2404 method_filter_ = option.substr(strlen("--method-filter=")).data(); in ParseCustom()
2410 export_dex_location_ = option.substr(strlen("--export-dex-to=")).data(); in ParseCustom()
2412 if (!ParseUint(option.substr(strlen("--addr2instr=")).data(), &addr2instr_)) { in ParseCustom()
2417 app_image_ = option.substr(strlen("--app-image=")).data(); in ParseCustom()
2419 app_oat_ = option.substr(strlen("--app-oat=")).data(); in ParseCustom()