Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/
A Dops-common.h85 do_copy_file(const char* from, const char* to, in _GLIBCXX_VISIBILITY()
A Dops.cc249 using std::filesystem::do_copy_file;
325 do_copy_file(from.c_str(), (to / from.filename()).c_str(), in copy()
330 do_copy_file(from.c_str(), to.c_str(), copy_file_options(options), in copy()
372 return do_copy_file(from.c_str(), to.c_str(), copy_file_options(options), in copy_file()
A Dstd-ops.cc274 fs::do_copy_file(const char* from, const char* to, in do_copy_file() function in fs
540 do_copy_file(from.c_str(), (to / from.filename()).c_str(), in copy()
545 do_copy_file(from.c_str(), to.c_str(), copy_file_options(options), in copy()
587 return do_copy_file(from.c_str(), to.c_str(), copy_file_options(options), in copy_file()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/
A Dops-common.h257 do_copy_file(const char_type* from, const char_type* to, in _GLIBCXX_VISIBILITY()
316 do_copy_file(const char_type* from, const char_type* to, in _GLIBCXX_VISIBILITY()
A Dops.cc325 do_copy_file(from.c_str(), (to / from.filename()).c_str(), in copy()
330 do_copy_file(from.c_str(), to.c_str(), copy_file_options(options), in copy()
372 return do_copy_file(from.c_str(), to.c_str(), copy_file_options(options), in copy_file()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/
A Dops-common.h257 do_copy_file(const char_type* from, const char_type* to, in _GLIBCXX_VISIBILITY()
316 do_copy_file(const char_type* from, const char_type* to, in _GLIBCXX_VISIBILITY()
A Dops.cc325 do_copy_file(from.c_str(), (to / from.filename()).c_str(), in copy()
330 do_copy_file(from.c_str(), to.c_str(), copy_file_options(options), in copy()
372 return do_copy_file(from.c_str(), to.c_str(), copy_file_options(options), in copy_file()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/
A Dops-common.h248 do_copy_file(const char_type* from, const char_type* to, in _GLIBCXX_VISIBILITY()
307 do_copy_file(const char_type* from, const char_type* to, in _GLIBCXX_VISIBILITY()
A Dops.cc325 do_copy_file(from.c_str(), (to / from.filename()).c_str(), in copy()
330 do_copy_file(from.c_str(), to.c_str(), copy_file_options(options), in copy()
372 return do_copy_file(from.c_str(), to.c_str(), copy_file_options(options), in copy_file()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/filesystem/
A Dops.cc316 do_copy_file(const fs::path& from, const fs::path& to, in do_copy_file() function
564 do_copy_file(from, to / from.filename(), options, &from_st, 0, ec); in copy()
568 do_copy_file(from, to, options, &from_st, ptr, ec); in copy()
609 return do_copy_file(from, to, option, nullptr, nullptr, ec); in copy_file()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/filesystem/
A Dops.cc316 do_copy_file(const fs::path& from, const fs::path& to, in do_copy_file() function
584 do_copy_file(from, to / from.filename(), options, &from_st, 0, ec); in copy()
588 do_copy_file(from, to, options, &from_st, ptr, ec); in copy()
629 return do_copy_file(from, to, option, nullptr, nullptr, ec); in copy_file()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/filesystem/
A Dops.cc316 do_copy_file(const fs::path& from, const fs::path& to, in do_copy_file() function
584 do_copy_file(from, to / from.filename(), options, &from_st, 0, ec); in copy()
588 do_copy_file(from, to, options, &from_st, ptr, ec); in copy()
629 return do_copy_file(from, to, option, nullptr, nullptr, ec); in copy_file()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/
A Dfs_ops.cc392 do_copy_file(from.c_str(), (to / from.filename()).c_str(), in copy()
397 do_copy_file(from.c_str(), to.c_str(), copy_file_options(options), in copy()
442 return do_copy_file(from.c_str(), to.c_str(), copy_file_options(options), in copy_file()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++17/
A Dfs_ops.cc392 do_copy_file(from.c_str(), (to / from.filename()).c_str(), in copy()
397 do_copy_file(from.c_str(), to.c_str(), copy_file_options(options), in copy()
442 return do_copy_file(from.c_str(), to.c_str(), copy_file_options(options), in copy_file()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfs_ops.cc392 do_copy_file(from.c_str(), (to / from.filename()).c_str(), in copy()
397 do_copy_file(from.c_str(), to.c_str(), copy_file_options(options), in copy()
442 return do_copy_file(from.c_str(), to.c_str(), copy_file_options(options), in copy_file()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/
A DChangeLog135 * src/filesystem/std-ops.cc (do_copy_file): Handle sendfile not
1228 (do_copy_file): Report an error if source or destination is not a
2247 * src/filesystem/ops.cc (do_copy_file): Fix backwards conditions.
2300 (do_copy_file): Set permissions before copying file contents. Check
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/
A DChangeLog621 (do_copy_file): Report an error if source or destination is not a
1201 * src/filesystem/ops.cc (do_copy_file): Fix backwards conditions.
1266 (do_copy_file): Set permissions before copying file contents. Check
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/
A DChangeLog3804 * src/filesystem/ops-common.h (do_copy_file): Open files in binary
4914 (do_copy_file, do_space): Move definitions to ops.common.h.
4932 (do_copy_file, do_space): Move definitions here from std-ops.cc.
4933 * src/filesystem/ops.cc: Adjust calls to do_copy_file and do_space
5077 (do_copy_file): Use internal_file_lock to convert system time to
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/
A DChangeLog2901 * src/filesystem/std-ops.cc (do_copy_file): Use non-null offset with
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/
A DChangeLog948 * src/filesystem/std-ops.cc (do_copy_file): Handle sendfile not

Completed in 54 milliseconds