MCPcopy Create free account
hub / github.com/apache/singa / Stat

Function Stat

test/gtest/gtest.h:2837–2837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2835# else
2836inline int FileNo(FILE* file) { return _fileno(file); }
2837inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
2838inline int RmDir(const char* dir) { return _rmdir(dir); }
2839inline bool IsDir(const StatStruct& st) {
2840 return (_S_IFDIR & st.st_mode) != 0;

Callers 2

FileOrDirectoryExistsMethod · 0.85
DirectoryExistsMethod · 0.85

Calls 2

_statClass · 0.85
statClass · 0.70

Tested by

no test coverage detected