Lines Matching full:strlen
599 const char* image_base_str = option.substr(strlen("--base=")).data();
609 StringPiece instruction_set_str = option.substr(strlen("--instruction-set=")).data();
623 StringPiece str = option.substr(strlen("--instruction-set-variant=")).data();
634 StringPiece str = option.substr(strlen("--instruction-set-features=")).data();
655 StringPiece backend_str = option.substr(strlen("--compiler-backend=")).data();
963 infix = dex_file.substr(strlen("core"));
1005 in = in.substr(0, in.length() - strlen(".jar")) +
1066 dex_filenames_.push_back(option.substr(strlen("--dex-file=")).data());
1068 dex_locations_.push_back(option.substr(strlen("--dex-location=")).data());
1072 zip_location_ = option.substr(strlen("--zip-location=")).data();
1074 oat_filenames_.push_back(option.substr(strlen("--oat-file=")).data());
1076 parser_options->oat_symbols.push_back(option.substr(strlen("--oat-symbols=")).data());
1086 oat_location_ = option.substr(strlen("--oat-location=")).data();
1088 image_filenames_.push_back(option.substr(strlen("--image=")).data());
1090 image_classes_filename_ = option.substr(strlen("--image-classes=")).data();
1092 image_classes_zip_filename_ = option.substr(strlen("--image-classes-zip=")).data();
1096 compiled_classes_filename_ = option.substr(strlen("--compiled-classes=")).data();
1098 compiled_classes_zip_filename_ = option.substr(strlen("--compiled-classes-zip=")).data();
1100 compiled_methods_filename_ = option.substr(strlen("--compiled-methods=")).data();
1102 compiled_methods_zip_filename_ = option.substr(strlen("--compiled-methods-zip=")).data();
1106 parser_options->boot_image_filename = option.substr(strlen("--boot-image=")).data();
1108 android_root_ = option.substr(strlen("--android-root=")).data();
1118 profile_file_ = option.substr(strlen("--profile-file=")).ToString();
1138 swap_file_name_ = option.substr(strlen("--swap-file=")).data();
1142 app_image_file_name_ = option.substr(strlen("--app-image-file=")).data();
1149 Split(option.substr(strlen("--verbose-methods=")).ToString(), ',', &verbose_methods_);
1153 no_inline_from_string_ = option.substr(strlen("--no-inline-from=")).data();