Home
last modified time | relevance | path

Searched defs:create_symlink (Results 1 – 14 of 14) sorted by relevance

/external/ltp/testcases/kernel/syscalls/utime/
Dutime07.c25 static void create_symlink(const char *path, const char *symname) in create_symlink() function
/external/libcxx/test/support/
Dfilesystem_dynamic_test_helper.py67 def create_symlink(source, link): function
Dfilesystem_test_helper.hpp166 std::string create_symlink(std::string source, std::string to) { in create_symlink() function
/external/toybox/toys/pending/
Dmdev.c42 bool create_symlink = false; in make_device() local
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__filesystem/
Doperations.h131 inline _LIBCPP_HIDE_FROM_ABI void create_symlink(const path& __target, const path& __link) { in create_symlink() function
134 inline _LIBCPP_HIDE_FROM_ABI void create_symlink(const path& __target, const path& __link, error_co… in create_symlink() function
/external/cronet/stable/third_party/libc++/src/include/__filesystem/
Doperations.h131 inline _LIBCPP_HIDE_FROM_ABI void create_symlink(const path& __target, const path& __link) { in create_symlink() function
134 inline _LIBCPP_HIDE_FROM_ABI void create_symlink(const path& __target, const path& __link, error_co… in create_symlink() function
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__filesystem/
Doperations.h131 inline _LIBCPP_HIDE_FROM_ABI void create_symlink(const path& __target, const path& __link) { in create_symlink() function
134 inline _LIBCPP_HIDE_FROM_ABI void create_symlink(const path& __target, const path& __link, error_co… in create_symlink() function
/external/cronet/tot/third_party/libc++/src/include/__filesystem/
Doperations.h131 inline _LIBCPP_HIDE_FROM_ABI void create_symlink(const path& __target, const path& __link) { in create_symlink() function
134 inline _LIBCPP_HIDE_FROM_ABI void create_symlink(const path& __target, const path& __link, error_co… in create_symlink() function
/external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/
Doperations.hpp403 void create_symlink(const path& to, const path& new_symlink) {detail::create_symlink(to, new_symlin… in create_symlink() function
406 void create_symlink(const path& to, const path& new_symlink, system::error_code& ec) BOOST_NOEXCEPT in create_symlink() function
/external/libpng/
DCMakeLists.txt978 function(create_symlink DEST_FILE) function
/external/python/pyfakefs/pyfakefs/tests/
Dtest_utils.py351 def create_symlink(self, link_path, target_path): member in RealFsTestMixin
/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() function
1652 GHC_INLINE void create_symlink(const path& target_name, const path& new_symlink, bool, std::error_c… in create_symlink() function
3531 GHC_INLINE void create_symlink(const path& to, const path& new_symlink) in create_symlink() function
3540 GHC_INLINE void create_symlink(const path& to, const path& new_symlink, std::error_code& ec) noexce… in create_symlink() function
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py2594 def create_symlink( member in FakeFilesystem
/external/sdv/vsomeip/third_party/boost/filesystem/src/
Doperations.cpp1667 void create_symlink(const path& to, const path& from, error_code* ec) in create_symlink() function