reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/sanitizer_common/sanitizer_file.h
   60 void CloseFile(fd_t);

References

projects/compiler-rt/lib/dfsan/dfsan.cpp
  420     CloseFile(fd);
projects/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep_new.cpp
   53   CloseFile(fd);
projects/compiler-rt/lib/sanitizer_common/sanitizer_file.cpp
   51       CloseFile(fd);
   84     CloseFile(fd);
  123         CloseFile(fd);
  132     CloseFile(fd);
  158       CloseFile(fd);
  165   CloseFile(fd);
projects/compiler-rt/lib/sanitizer_common/sanitizer_file.h
   71   ~FileCloser() { CloseFile(fd); }
projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cpp
  510     CloseFile(input_fd_);
  512     CloseFile(output_fd_);
projects/compiler-rt/lib/stats/stats.cpp
  110     CloseFile(stats_fd);