Searched refs:copy_symlink (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/filesystem/ |
D | operations.hpp | 117 void copy_symlink(const path& existing_symlink, const path& new_symlink, system::error_code* ec=0); 363 void copy_symlink(const path& existing_symlink, in copy_symlink() function 364 const path& new_symlink) {detail::copy_symlink(existing_symlink, new_symlink);} in copy_symlink() 367 void copy_symlink(const path& existing_symlink, const path& new_symlink, in copy_symlink() function 369 {detail::copy_symlink(existing_symlink, new_symlink, &ec);} in copy_symlink()
|
/third_party/boost/libs/filesystem/test/ |
D | operations_test.cpp | 867 fs::copy_symlink(from_ph, symlink2_ph); in create_symlink_tests() 1758 fs::copy_symlink(sym1, sym2); in copy_symlink_tests() 1767 try { fs::copy_symlink("no-such-file", "new-symlink1"); } in copy_symlink_tests() 1772 try { fs::copy_symlink(f1x, "new-symlink2"); } // should fail; f1x not symlink in copy_symlink_tests()
|
/third_party/boost/libs/filesystem/src/ |
D | operations.cpp | 986 detail::copy_symlink(from, to, ec); in copy() 1354 void copy_symlink(const path& existing_symlink, const path& new_symlink, in copy_symlink() function
|
/third_party/glib/gio/ |
D | gfile.c | 2573 copy_symlink (GFile *destination, in copy_symlink() function 3213 if (!copy_symlink (destination, flags, cancellable, target, error)) in file_copy_fallback()
|