Lines Matching refs:__new
1584 const path& __new) {
1585 __copy_symlink(__existing, __new);
1589 copy_symlink(const path& __ext, const path& __new, error_code& __ec) noexcept {
1590 __copy_symlink(__ext, __new, &__ec);
1623 create_directory_symlink(const path& __to, const path& __new) {
1624 __create_directory_symlink(__to, __new);
1628 create_directory_symlink(const path& __to, const path& __new,
1630 __create_directory_symlink(__to, __new, &__ec);
1634 const path& __new) {
1635 __create_hard_link(__to, __new);
1639 create_hard_link(const path& __to, const path& __new,
1641 __create_hard_link(__to, __new, &__ec);
1645 const path& __new) {
1646 __create_symlink(__to, __new);
1650 create_symlink(const path& __to, const path& __new, error_code& __ec) noexcept {
1651 return __create_symlink(__to, __new, &__ec);