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

Method FileDescriptorInfo

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

Source from the content-addressed store, hash-verified

239}
240
241FileDescriptorInfo::FileDescriptorInfo(int fd) :
242 fd(fd),
243 stat(),
244 open_flags(0),
245 fd_flags(0),
246 fs_flags(0),
247 offset(0),
248 is_sock(true) {
249}
250FileDescriptorInfo::FileDescriptorInfo(struct stat stat, const std::string& file_path,
251 int fd, int open_flags, int fd_flags, int fs_flags,
252 off_t offset) :

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected