Searched defs:create_hard_link (Results 1 – 4 of 4) sorted by relevance
| /external/cronet/third_party/libc++/src/include/__filesystem/ |
| D | operations.h | 87 inline _LIBCPP_HIDE_FROM_ABI void create_hard_link(const path& __target, const path& __link) { __cr… in create_hard_link() function 88 inline _LIBCPP_HIDE_FROM_ABI void create_hard_link(const path& __target, const path& __link, error_… in create_hard_link() function
|
| /external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/ |
| D | operations.hpp | 397 void create_hard_link(const path& to, const path& new_hard_link) {detail::create_hard_link(to, new_… in create_hard_link() function 400 void create_hard_link(const path& to, const path& new_hard_link, system::error_code& ec) BOOST_NOEX… in create_hard_link() function
|
| /external/sdv/vsomeip/third_party/boost/filesystem/src/ |
| D | operations.cpp | 1653 void create_hard_link(const path& to, const path& from, error_code* ec) in create_hard_link() function
|
| /external/armnn/third-party/ghc/ |
| D | filesystem.hpp | 3517 GHC_INLINE void create_hard_link(const path& to, const path& new_hard_link) in create_hard_link() function 3526 GHC_INLINE void create_hard_link(const path& to, const path& new_hard_link, std::error_code& ec) no… in create_hard_link() function
|