Home
last modified time | relevance | path

Searched refs: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() argument
419 CloseFD in = { posix::open(from, iflag) }; in _GLIBCXX_VISIBILITY()
433 CloseFD out = { posix::open(to, oflag, S_IWUSR) }; 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() argument
419 CloseFD in = { posix::open(from, iflag) }; in _GLIBCXX_VISIBILITY()
433 CloseFD out = { posix::open(to, oflag, S_IWUSR) }; 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() argument
410 CloseFD in = { posix::open(from, iflag) }; in _GLIBCXX_VISIBILITY()
424 CloseFD out = { posix::open(to, oflag, S_IWUSR) }; 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() argument
413 CloseFD in = { ::open(from.c_str(), O_RDONLY) }; in do_copy_file()
424 CloseFD out = { ::open(to.c_str(), oflag, S_IWUSR) }; 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() argument
413 CloseFD in = { ::open(from.c_str(), O_RDONLY) }; in do_copy_file()
424 CloseFD out = { ::open(to.c_str(), oflag, S_IWUSR) }; 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() argument
413 CloseFD in = { ::open(from.c_str(), O_RDONLY) }; in do_copy_file()
424 CloseFD out = { ::open(to.c_str(), oflag, S_IWUSR) }; 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() argument
369 CloseFD in = { ::open(from, O_RDONLY) }; in do_copy_file()
380 CloseFD out = { ::open(to, oflag, S_IWUSR) }; in do_copy_file()

Completed in 17 milliseconds