Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/libcxx/src/filesystem/
HDposix_compat.h213 inline int symlink_file_dir(const wchar_t* oldname, const wchar_t* newname, bool is_dir) { in symlink_file_dir() function
229 return symlink_file_dir(oldname, newname, false); in symlink_file()
233 return symlink_file_dir(oldname, newname, true); in symlink_dir()