Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h1219 bool FollowSymlinks = true; // Affects the behavior of status(). variable
1223 explicit directory_entry(const Twine &Path, bool FollowSymlinks = true,
1226 : Path(Path.str()), Type(Type), FollowSymlinks(FollowSymlinks),
1282 bool FollowSymlinks = true; variable
1287 : FollowSymlinks(follow_symlinks) { in FollowSymlinks() function
1291 *State, path.toStringRef(path_storage), FollowSymlinks); in FollowSymlinks()
1296 : FollowSymlinks(follow_symlinks) { in FollowSymlinks() function
1299 *State, de.path(), FollowSymlinks); in FollowSymlinks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc946 bool FollowSymlinks) {
994 directory_entry(DirectoryEntryPath, FollowSymlinks,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DPath.inc901 if (auto EC = fs::status(Path, s, FollowSymlinks))