Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc83 static bool FdIsValid(int fd) { in FdIsValid() function
489 if (!reference_profile_file_.empty() && FdIsValid(reference_profile_file_fd_)) { in ParseArgs()
518 if (reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in ProcessProfiles()
521 if ((!profile_files_.empty() && FdIsValid(reference_profile_file_fd_)) || in ProcessProfiles()
522 (!profile_files_fd_.empty() && !FdIsValid(reference_profile_file_fd_))) { in ProcessProfiles()
726 reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in DumpProfileInfo()
769 if (FdIsValid(reference_profile_file_fd_)) { in DumpProfileInfo()
789 if (!FdIsValid(dump_output_to_fd_)) { in DumpProfileInfo()
957 if (!FdIsValid(fd)) { in GetClassNamesAndMethods()
973 reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in DumpClassesAndMethods()
[all …]