Home | History | Annotate | Download | only in profman

Lines Matching full:to_string

215       argv_str.push_back("--profile-file-fd=" + std::to_string(profiles_fd[k]));
217 argv_str.push_back("--reference-profile-file-fd=" + std::to_string(reference_profile_fd));
275 argv_str.push_back("--dump-output-to-fd=" + std::to_string(GetFd(output_file)));
797 args.push_back("--boot-image-class-threshold=" + std::to_string(kDirtyThreshold));
798 args.push_back("--boot-image-clean-class-threshold=" + std::to_string(kCleanThreshold));
799 args.push_back("--boot-image-sampled-method-threshold=" + std::to_string(kMethodThreshold));
1139 const size_t pos = output.find(std::to_string(m) + "[],", hot_offset);
1144 const size_t pos = output.find(std::to_string(m) + ",", startup_offset);
1149 const size_t pos = output.find(std::to_string(m) + ",", post_startup_offset);
1195 argv_str.push_back("--profile-file-fd=" + std::to_string(profile1.GetFd()));
1196 argv_str.push_back("--profile-file-fd=" + std::to_string(profile2.GetFd()));
1197 to_string(reference_profile.GetFd()));
1198 argv_str.push_back("--apk-fd=" + std::to_string(apk_fd.get()));
1273 argv_str.push_back("--profile-file-fd=" + std::to_string(profile1.GetFd()));
1274 argv_str.push_back("--reference-profile-file-fd=" + std::to_string(reference_profile.GetFd()));
1275 argv_str.push_back("--apk-fd=" + std::to_string(apk_fd.get()));