Home
last modified time | relevance | path

Searched refs:__create_directory_symlink (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/include/automotive/
H A Dfilesystem1454 void __create_directory_symlink(const path& __to, const path& __new_symlink,
1623 __create_directory_symlink(__to, __new);
1629 __create_directory_symlink(__to, __new, &__ec);
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
H A Doperations.cpp896 void __create_directory_symlink(path const& from, path const& to, in __create_directory_symlink() function