Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DFileSystem.h1362 bool FollowSymlinks = true; // Affects the behavior of status(). variable
1366 explicit directory_entry(const Twine &Path, bool FollowSymlinks = true,
1369 : Path(Path.str()), Type(Type), FollowSymlinks(FollowSymlinks),
1425 bool FollowSymlinks = true; variable
1430 : FollowSymlinks(follow_symlinks) { in FollowSymlinks() function
1434 *State, path.toStringRef(path_storage), FollowSymlinks); in FollowSymlinks()
1439 : FollowSymlinks(follow_symlinks) { in FollowSymlinks() function
1442 *State, de.path(), FollowSymlinks); in FollowSymlinks()
/openbsd/src/gnu/llvm/llvm/lib/Support/Windows/
DPath.inc978 bool FollowSymlinks) {
1026 directory_entry(DirectoryEntryPath, FollowSymlinks,
/openbsd/src/gnu/llvm/llvm/lib/Support/Unix/
DPath.inc945 if (auto EC = fs::status(Path, s, FollowSymlinks))