Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/libcxx/src/filesystem/
Dposix_compat.h252 int symlink_file(const wchar_t *oldname, const wchar_t *newname) { in symlink_file() function
482 int symlink_file(const char *oldname, const char *newname) {
Doperations.cpp1091 if (detail::symlink_file(from.c_str(), to.c_str()) == -1) in __create_symlink()
/openbsd/src/gnu/llvm/llvm/lib/Support/
DFileCollector.cpp147 It->type() == sys::fs::file_type::symlink_file) { in addDirectoryImpl()
DPath.cpp1117 return status.type() == file_type::symlink_file; in is_symlink_file()
DVirtualFileSystem.cpp105 bool Status::isSymlink() const { return Type == file_type::symlink_file; } in isSymlink()
1034 sys::fs::file_type::symlink_file, Perms, in addSymbolicLink()
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DFileSystem.h71 symlink_file, enumerator
1508 if (type == file_type::symlink_file && Follow) { in increment()
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DLocateSymbolFileMacOSX.cpp263 case file_type::symlink_file: in LocateMacOSXFilesUsingDebugSymbols()
/openbsd/src/gnu/llvm/lldb/source/Core/
DPluginManager.cpp89 if (ft == fs::file_type::regular_file || ft == fs::file_type::symlink_file || in LoadPluginCallback()
133 ft == fs::file_type::symlink_file || ft == fs::file_type::type_unknown) { in LoadPluginCallback()
DDebugger.cpp618 if (ft == fs::file_type::regular_file || ft == fs::file_type::symlink_file || in LoadPluginCallback()
633 ft == fs::file_type::symlink_file || in LoadPluginCallback()
/openbsd/src/gnu/llvm/lldb/source/Target/
DPlatform.cpp466 case fs::file_type::symlink_file: { in RecurseCopy_Callback()
599 case fs::file_type::symlink_file: { in Install()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp503 ft == llvm::sys::fs::file_type::symlink_file) { in GetKernelsAndKextsInDirectoryHelper()
/openbsd/src/gnu/llvm/llvm/lib/Support/Unix/
DPath.inc717 return file_type::symlink_file;
/openbsd/src/gnu/llvm/llvm/lib/Object/
DMachOObjectFile.cpp5357 case sys::fs::file_type::symlink_file: in findDsymObjectMembers()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaCodeComplete.cpp10020 if (Type == llvm::sys::fs::file_type::symlink_file) { in CodeCompleteIncludedFile()