Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc77 static bool FdIsValid(int fd) { in FdIsValid() function
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()
650 reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in DumpProfileInfo()
693 if (FdIsValid(reference_profile_file_fd_)) { in DumpProfileInfo()
713 if (!FdIsValid(dump_output_to_fd_)) { in DumpProfileInfo()
789 if (!FdIsValid(fd)) { in GetClassNamesAndMethods()
805 reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in DumpClassesAndMethods()
[all …]