MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / stat

Class stat

tensorflow/core/platform/posix/posix_file_system.cc:223–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 s = IOError(fname, errno);
222 } else {
223 struct stat st;
224 ::fstat(fd, &st);
225 const void* address =
226 mmap(nullptr, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0);

Callers 3

GetFileSizeMethod · 0.70
StatMethod · 0.70
CopyFileMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected