Lines Matching refs:__new
1532 const path& __new) {
1533 __copy_symlink(__existing, __new);
1537 copy_symlink(const path& __ext, const path& __new, error_code& __ec) noexcept {
1538 __copy_symlink(__ext, __new, &__ec);
1571 create_directory_symlink(const path& __to, const path& __new) {
1572 __create_directory_symlink(__to, __new);
1576 create_directory_symlink(const path& __to, const path& __new,
1578 __create_directory_symlink(__to, __new, &__ec);
1582 const path& __new) {
1583 __create_hard_link(__to, __new);
1587 create_hard_link(const path& __to, const path& __new,
1589 __create_hard_link(__to, __new, &__ec);
1593 const path& __new) {
1594 __create_symlink(__to, __new);
1598 create_symlink(const path& __to, const path& __new, error_code& __ec) noexcept {
1599 return __create_symlink(__to, __new, &__ec);