MCPcopy Create free account
hub / github.com/MhmRdd/NoHello / stat

Class stat

module/src/main/cpp/external/fdutils/fd_utils.cpp:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62std::unique_ptr<FileDescriptorInfo> FileDescriptorInfo::CreateFromFd(int fd, fail_fn_t fail_fn) {
63 struct stat f_stat;
64 // This should never happen; the zygote should always have the right set
65 // of permissions required to stat all its open files.
66 if (TEMP_FAILURE_RETRY(fstat(fd, &f_stat)) == -1) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected