Lines Matching full:substr
229 create_profile_from_file_ = option.substr(strlen("--create-profile-from=")).ToString();
250 profile_files_.push_back(option.substr(strlen("--profile-file=")).ToString());
254 reference_profile_file_ = option.substr(strlen("--reference-profile-file=")).ToString();
258 dex_locations_.push_back(option.substr(strlen("--dex-location=")).ToString());
262 apk_files_.push_back(option.substr(strlen("--apk=")).ToString());
264 test_profile_ = option.substr(strlen("--generate-test-profile=")).ToString();
877 klass = line.substr(0);
895 klass = line.substr(start_index, method_sep_index - start_index);
896 method_str = line.substr(method_sep_index + kMethodSep.size());