Home
last modified time | relevance | path

Searched refs:reference_profile_file_fd_ (Results 1 – 1 of 1) sorted by relevance

/art/profman/
Dprofman.cc272 reference_profile_file_fd_(kInvalidFd), in ProfMan()
386 ParseUintOption(raw_option, "--reference-profile-file-fd=", &reference_profile_file_fd_); in ParseArgs()
424 if (!reference_profile_file_.empty() && FdIsValid(reference_profile_file_fd_)) { in ParseArgs()
454 if (reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in ProcessProfiles()
457 if ((!profile_files_.empty() && FdIsValid(reference_profile_file_fd_)) || in ProcessProfiles()
458 (!profile_files_fd_.empty() && !FdIsValid(reference_profile_file_fd_))) { in ProcessProfiles()
489 File file(reference_profile_file_fd_, false); in ProcessProfiles()
491 reference_profile_file_fd_, in ProcessProfiles()
650 reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in DumpProfileInfo()
693 if (FdIsValid(reference_profile_file_fd_)) { in DumpProfileInfo()
[all …]