/aosp_15_r20/external/ltp/testcases/kernel/syscalls/utime/ |
H A D | utime07.c | 25 static void create_symlink(const char *path, const char *symname) in create_symlink() function
|
/aosp_15_r20/external/libcxx/test/support/ |
H A D | filesystem_dynamic_test_helper.py | 67 def create_symlink(source, link): function
|
H A D | filesystem_test_helper.hpp | 166 std::string create_symlink(std::string source, std::string to) { in create_symlink() function
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | mdev.c | 42 bool create_symlink = false; in make_device() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__filesystem/ |
D | operations.h | 132 inline _LIBCPP_HIDE_FROM_ABI void create_symlink(const path& __target, const path& __link) { in create_symlink() function 135 inline _LIBCPP_HIDE_FROM_ABI void create_symlink(const path& __target, const path& __link, error_co… in create_symlink() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__filesystem/ |
H A D | operations.h | 132 inline _LIBCPP_HIDE_FROM_ABI void create_symlink(const path& __target, const path& __link) { in create_symlink() function 135 inline _LIBCPP_HIDE_FROM_ABI void create_symlink(const path& __target, const path& __link, error_co… in create_symlink() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__filesystem/ |
D | operations.h | 132 inline _LIBCPP_HIDE_FROM_ABI void create_symlink(const path& __target, const path& __link) { in create_symlink() function 135 inline _LIBCPP_HIDE_FROM_ABI void create_symlink(const path& __target, const path& __link, error_co… in create_symlink() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__filesystem/ |
D | operations.h | 131 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__filesystem/ |
D | operations.h | 132 inline _LIBCPP_HIDE_FROM_ABI void create_symlink(const path& __target, const path& __link) { in create_symlink() function 135 inline _LIBCPP_HIDE_FROM_ABI void create_symlink(const path& __target, const path& __link, error_co… in create_symlink() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__filesystem/ |
D | operations.h | 132 inline _LIBCPP_HIDE_FROM_ABI void create_symlink(const path& __target, const path& __link) { in create_symlink() function 135 inline _LIBCPP_HIDE_FROM_ABI void create_symlink(const path& __target, const path& __link, error_co… in create_symlink() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/ |
D | operations.hpp | 403 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
|
/aosp_15_r20/external/libpng/ |
H A D | CMakeLists.txt | 978 function(create_symlink DEST_FILE) function
|
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/ |
D | test_utils.py | 345 def create_symlink(self, link_path, target_path): member in RealFsTestMixin
|
/aosp_15_r20/external/armnn/third-party/ghc/ |
H A D | filesystem.hpp | 1602 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
|
/aosp_15_r20/tools/asuite/adevice/src/ |
H A D | fingerprint.rs | 1061 fn create_symlink(target: &Path, link_name: &str, directory: &Path) -> PathBuf { in create_symlink() function
|
/aosp_15_r20/external/python/pyfakefs/pyfakefs/ |
D | fake_filesystem.py | 2412 def create_symlink( member in FakeFilesystem
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/src/ |
D | operations.cpp | 1667 void create_symlink(const path& to, const path& from, error_code* ec) in create_symlink() function
|