Home
last modified time | relevance | path

Searched defs:create_symlink (Results 1 – 6 of 6) 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/libpng/
DCMakeLists.txt765 function(create_symlink DEST_FILE) function
/external/python/pyfakefs/pyfakefs/tests/
Dtest_utils.py306 def create_symlink(self, link_path, target_path): member in RealFsTestMixin
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py2581 def create_symlink(self, file_path, link_target, create_missing_dirs=True): member in FakeFilesystem