Home | History | Annotate | Download | only in profman

Lines Matching full:profile_files_fd_

252         ParseFdForCollection(option, "--profile-file-fd", &profile_files_fd_);
290 if (!profile_files_.empty() && !profile_files_fd_.empty()) {
320 if (profile_files_.empty() && profile_files_fd_.empty()) {
327 (!profile_files_fd_.empty() && !FdIsValid(reference_profile_file_fd_))) {
358 result = ProfileAssistant::ProcessProfiles(profile_files_fd_,
361 CloseAllFds(profile_files_fd_, "profile_files_fd_");
505 if (profile_files_.empty() && profile_files_fd_.empty() &&
517 if (!profile_files_fd_.empty()) {
518 for (int profile_file_fd : profile_files_fd_) {
644 if (profile_files_.empty() && profile_files_fd_.empty() &&
654 if (!profile_files_fd_.empty()) {
655 for (int profile_file_fd : profile_files_fd_) {
1043 if (!profile_files_.empty() || !profile_files_fd_.empty()) {
1096 if (!profile_files_fd_.empty()) {
1097 for (int profile_file_fd : profile_files_fd_) {
1184 if (!(profile_files_.size() == 1 ^ profile_files_fd_.size() == 1)) {
1199 bool use_fds = profile_files_fd_.size() == 1;
1204 ? profile.Load(profile_files_fd_[0])
1249 std::vector<int> profile_files_fd_;