Home
last modified time | relevance | path

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

/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/buildtools/third_party/libc++/trunk/include/__filesystem/
Doperations.h89 inline _LIBCPP_HIDE_FROM_ABI void create_symlink(const path& __target, const path& __link) { __crea… in create_symlink() function
90 inline _LIBCPP_HIDE_FROM_ABI void create_symlink(const path& __target, const path& __link, error_co… in create_symlink() function
/external/libpng/
DCMakeLists.txt865 function(create_symlink DEST_FILE) function
/external/python/pyfakefs/pyfakefs/tests/
Dtest_utils.py345 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.py2765 def create_symlink(self, file_path: AnyPath, member in FakeFilesystem