Home
last modified time | relevance | path

Searched refs:fd_wrapper (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/filesystem/src/
Doperations.cpp354 struct fd_wrapper struct
358 fd_wrapper() BOOST_NOEXCEPT : fd(-1) {} in fd_wrapper() function
359 explicit fd_wrapper(int fd) BOOST_NOEXCEPT : fd(fd) {} in fd_wrapper() function
360 ~fd_wrapper() BOOST_NOEXCEPT in ~fd_wrapper() argument
365 BOOST_DELETED_FUNCTION(fd_wrapper(fd_wrapper const&))
366 BOOST_DELETED_FUNCTION(fd_wrapper& operator= (fd_wrapper const&))
1143 fd_wrapper infile, outfile; in copy_file()