Home
last modified time | relevance | path

Searched defs:FileDescriptor (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp478 struct FileDescriptor { struct
479 const path& name;
480 int fd = -1;
481 StatT m_stat;
482 file_status m_status;
505 file_status get_status() const { return m_status; } in get_status()
506 StatT const& get_stat() const { return m_stat; } in get_stat()
512 void close() noexcept { in close()
518 FileDescriptor(FileDescriptor&& other) in FileDescriptor() function
525 ~FileDescriptor() { close(); } in ~FileDescriptor()
[all …]