Searched defs:create_symlink (Results  1 – 8 of 8) sorted by relevance
| /external/libcxx/test/support/ | 
| D | filesystem_dynamic_test_helper.py | 67 def create_symlink(source, link):  function
 | 
| D | filesystem_test_helper.hpp | 166     std::string create_symlink(std::string source, std::string to) {  in create_symlink()  function
 | 
| /external/toybox/toys/pending/ | 
| D | mdev.c | 42   bool create_symlink = false;  in make_device()  local
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/include/__filesystem/ | 
| D | operations.h | 89 inline _LIBCPP_HIDE_FROM_ABI void create_symlink(const path& __target, const path& __link) { __crea…  in create_symlink()  function90 inline _LIBCPP_HIDE_FROM_ABI void create_symlink(const path& __target, const path& __link, error_co…  in create_symlink()  function
 
 | 
| /external/libpng/ | 
| D | CMakeLists.txt | 865 function(create_symlink DEST_FILE)  function
 | 
| /external/python/pyfakefs/pyfakefs/tests/ | 
| D | test_utils.py | 345     def create_symlink(self, link_path, target_path):  member in RealFsTestMixin
 | 
| /external/armnn/third-party/ghc/ | 
| D | filesystem.hpp | 1602 GHC_INLINE void create_symlink(const path& target_name, const path& new_symlink, bool to_directory,…  in create_symlink()  function1652 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/ | 
| D | fake_filesystem.py | 2765     def create_symlink(self, file_path: AnyPath,  member in FakeFilesystem
 |