HomeSort by: relevance | last modified time | path
    Searched refs:FollowSymlinks (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileSystem.h 1337 bool FollowSymlinks = true; // Affects the behavior of status().
1341 explicit directory_entry(const Twine &Path, bool FollowSymlinks = true,
1344 : Path(Path.str()), Type(Type), FollowSymlinks(FollowSymlinks),
1400 bool FollowSymlinks = true;
1405 : FollowSymlinks(follow_symlinks) {
1409 *State, path.toStringRef(path_storage), FollowSymlinks);
1414 : FollowSymlinks(follow_symlinks) {
1417 *State, de.path(), FollowSymlinks);
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Path.inc 968 bool FollowSymlinks) {
1016 directory_entry(DirectoryEntryPath, FollowSymlinks,

Completed in 20 milliseconds