Searched refs:FollowSymlinks (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 1100 bool FollowSymlinks; variable 1106 : Path(path.str()), FollowSymlinks(follow_symlinks), Status(st) {} 1154 bool FollowSymlinks = true; variable 1159 : FollowSymlinks(follow_symlinks) { in FollowSymlinks() function 1163 *State, path.toStringRef(path_storage), FollowSymlinks); in FollowSymlinks() 1169 : FollowSymlinks(follow_symlinks) { in FollowSymlinks() function 1172 *State, de.path(), FollowSymlinks); in FollowSymlinks()
|
/external/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/ |
D | increment.pass.cpp | 369 bool FollowSymlinks; in TEST_CASE() member 380 TC.FollowSymlinks, in TEST_CASE() 453 bool FollowSymlinks; in TEST_CASE() member 464 TC.FollowSymlinks, in TEST_CASE()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Path.inc | 713 if (auto EC = fs::status(Path, s, FollowSymlinks))
|