Home
last modified time | relevance | path

Searched defs:new_symlink (Results 1 – 3 of 3) sorted by relevance

/external/armnn/third-party/ghc/
Dfilesystem.hpp1602 GHC_INLINE void create_symlink(const path& target_name, const path& new_symlink, bool to_directory,… in create_symlink()
1652 GHC_INLINE void create_symlink(const path& target_name, const path& new_symlink, bool, std::error_c… in create_symlink()
3365 GHC_INLINE void copy_symlink(const path& existing_symlink, const path& new_symlink) in copy_symlink()
3374 GHC_INLINE void copy_symlink(const path& existing_symlink, const path& new_symlink, std::error_code… in copy_symlink()
3503 GHC_INLINE void create_directory_symlink(const path& to, const path& new_symlink) in create_directory_symlink()
3512 GHC_INLINE void create_directory_symlink(const path& to, const path& new_symlink, std::error_code& … in create_directory_symlink()
3531 GHC_INLINE void create_symlink(const path& to, const path& new_symlink) in create_symlink()
3540 GHC_INLINE void create_symlink(const path& to, const path& new_symlink, std::error_code& ec) noexce… in create_symlink()
/external/libcxx/src/filesystem/
Doperations.cpp821 void __copy_symlink(const path& existing_symlink, const path& new_symlink, in __copy_symlink()
/external/cronet/buildtools/third_party/libc++/trunk/src/filesystem/
Doperations.cpp986 void __copy_symlink(const path& existing_symlink, const path& new_symlink, in __copy_symlink()