| /src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
| posix_compat.h | 15 // The symlink() function is split into two frontends, symlink_file() 251 int symlink_file(const wchar_t *oldname, const wchar_t *newname) { function in namespace:detail::__anon3639 481 int symlink_file(const char *oldname, const char *newname) {
|
| operations.cpp | 1085 if (detail::symlink_file(from.c_str(), to.c_str()) == -1)
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| FileCollector.cpp | 145 It->type() == sys::fs::file_type::symlink_file) {
|
| Path.cpp | 1113 return status.type() == file_type::symlink_file;
|
| VirtualFileSystem.cpp | 102 bool Status::isSymlink() const { return Type == file_type::symlink_file; }
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-gsymutil/ |
| llvm-gsymutil.cpp | 160 case sys::fs::file_type::symlink_file:
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| FileSystem.h | 71 symlink_file, member in class:llvm::sys::fs::file_type 594 /// @returns status_known(status) && status.type() == file_type::symlink_file. 1483 if (type == file_type::symlink_file && Follow) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
| Path.inc | 705 return file_type::symlink_file;
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/ |
| llvm-dwarfdump.cpp | 598 case sys::fs::file_type::symlink_file:
|
| /src/external/mit/libuv/dist/test/ |
| test-fs.c | 1654 char* symlink_file = "tmp_st_dev_link"; local 1657 unlink(symlink_file); 1667 r = uv_fs_symlink(loop, &req, test_file, symlink_file, 0, NULL); 1676 r = uv_fs_stat(loop, &req_link, symlink_file, NULL); 1686 unlink(symlink_file);
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaCodeComplete.cpp | 9461 if (Type == llvm::sys::fs::file_type::symlink_file) {
|