Searched refs:__create_symlink (Results 1 – 2 of 2) sorted by relevance
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/ |
H A D | operations.cpp | 605 __create_symlink(from, to, ec); in __copy() 837 __create_symlink(real_path, new_symlink, ec); in __copy_symlink() 909 void __create_symlink(path const& from, path const& to, error_code* ec) { in __create_symlink() function
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/include/automotive/ |
H A D | filesystem | 1460 void __create_symlink(const path& __to, const path& __new_symlink, 1645 __create_symlink(__to, __new); 1650 return __create_symlink(__to, __new, &__ec);
|