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

Declarations

usr/include/x86_64-linux-gnu/sys/stat.h
  205 extern int stat (const char *__restrict __file,
  213 extern int __REDIRECT_NTH (stat, (const char *__restrict __file,

References

lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp
  243   if (Name == "stat") return (uint64_t)&stat;
lib/Support/Unix/Path.inc
  126   if (stat(fullpath, &sb) != 0)
  552     if (0 != stat(P.begin(), &buf))
  687   int StatRet = (Follow ? ::stat : ::lstat)(P.begin(), &Status);
lib/Support/Unix/Signals.inc
  166         if (stat(path, &buf) != 0)
projects/compiler-rt/lib/dfsan/dfsan_custom.cpp
   57   int ret = stat(path, buf);
utils/unittest/googletest/include/gtest/internal/gtest-port.h
 2351 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }