Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/
A Dops-common.h408 struct CloseFD { in _GLIBCXX_VISIBILITY() struct
409 ~CloseFD() { if (fd != -1) posix::close(fd); } in _GLIBCXX_VISIBILITY()
410 bool close() { return posix::close(std::exchange(fd, -1)) == 0; } in _GLIBCXX_VISIBILITY()
411 int fd; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/
A Dops-common.h408 struct CloseFD { in _GLIBCXX_VISIBILITY() struct
409 ~CloseFD() { if (fd != -1) posix::close(fd); } in _GLIBCXX_VISIBILITY()
410 bool close() { return posix::close(std::exchange(fd, -1)) == 0; } in _GLIBCXX_VISIBILITY()
411 int fd; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/
A Dops-common.h399 struct CloseFD { in _GLIBCXX_VISIBILITY() struct
400 ~CloseFD() { if (fd != -1) posix::close(fd); } in _GLIBCXX_VISIBILITY()
401 bool close() { return posix::close(std::exchange(fd, -1)) == 0; } in _GLIBCXX_VISIBILITY()
402 int fd; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/filesystem/
A Dops.cc407 struct CloseFD { in do_copy_file() struct
408 ~CloseFD() { if (fd != -1) ::close(fd); } in do_copy_file()
409 bool close() { return ::close(std::exchange(fd, -1)) == 0; } in do_copy_file()
410 int fd; in do_copy_file()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/filesystem/
A Dops.cc407 struct CloseFD { in do_copy_file() struct
408 ~CloseFD() { if (fd != -1) ::close(fd); } in do_copy_file()
409 bool close() { return ::close(std::exchange(fd, -1)) == 0; } in do_copy_file()
410 int fd; in do_copy_file()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/filesystem/
A Dops.cc407 struct CloseFD { in do_copy_file() struct
408 ~CloseFD() { if (fd != -1) ::close(fd); } in do_copy_file()
409 bool close() { return ::close(std::exchange(fd, -1)) == 0; } in do_copy_file()
410 int fd; in do_copy_file()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/
A Dstd-ops.cc363 struct CloseFD { in do_copy_file() struct
364 ~CloseFD() { if (fd != -1) ::close(fd); } in do_copy_file()
365 bool close() { return ::close(std::exchange(fd, -1)) == 0; } in do_copy_file()
366 int fd; in do_copy_file()

Completed in 38 milliseconds