Searched refs:DirEntry (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | file.d | 1919 it is, or you can use $(D DirEntry) to get at its $(D statBuf), which is the in version() 1957 DirEntry e = DirEntry("."); 2883 auto de1 = DirEntry("/etc/fonts/fonts.conf"); in version() 2886 auto de2 = DirEntry("/usr/share/include"); in version() 2893 Returns whether the file represented by this $(D DirEntry) is a in version() 2902 Returns the size of the the file represented by this $(D DirEntry) in version() 2911 $(D DirEntry). in version() 2916 Returns the time that the file represented by this $(D DirEntry) was in version() 2973 struct DirEntry 3079 struct DirEntry [all …]
|
| H A D | path.d | 499 static struct DirEntry { string s; alias s this; } argument 500 assert(baseName(DirEntry("dir/file.ext")) == "file.ext"); 1027 static struct DirEntry { string s; alias s this; } argument 1028 assert(extension(DirEntry("file")).empty); 2523 static struct DirEntry { string s; alias s this; } argument 2524 assert(!isRooted(DirEntry("foo"))); 2616 static struct DirEntry { string s; alias s this; } argument 2617 assert(!isAbsolute(DirEntry("foo"))); 3607 static struct DirEntry { string s; alias s this; } argument 3608 assert(isValidFilename(DirEntry("file.ext")));
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | file.d | 2477 it is, or you can use `DirEntry` to get at its `statBuf`, which is the in version() 2528 DirEntry e = DirEntry("."); 3671 auto de1 = DirEntry("/etc/fonts/fonts.conf"); in version() 3674 auto de2 = DirEntry("/usr/share/include"); in version() 3681 Returns whether the file represented by this `DirEntry` is a in version() 3690 Returns the size of the the file represented by this `DirEntry` in version() 3699 `DirEntry`. in version() 3704 Returns the time that the file represented by this `DirEntry` was in version() 3769 struct DirEntry 3878 struct DirEntry [all …]
|
| H A D | path.d | 509 static struct DirEntry { string s; alias s this; } argument 510 assert(baseName(DirEntry("dir/file.ext")) == "file.ext"); 1091 static struct DirEntry { string s; alias s this; } struct 1092 assert(extension(DirEntry("file")).empty); 2626 static struct DirEntry { string s; alias s this; } struct 2627 assert(!isRooted(DirEntry("foo"))); 2716 static struct DirEntry { string s; alias s this; } struct 2717 assert(!isAbsolute(DirEntry("foo"))); 3716 static struct DirEntry { string s; alias s this; } argument 3717 assert(isValidFilename(DirEntry("file.ext")));
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 438 if (auto DirEntry = SourceMgr.getFileManager().getDirectory(DirName)) in findHeaderInUmbrellaDirs() local 439 Dir = *DirEntry; in findHeaderInUmbrellaDirs() 782 if (auto DirEntry = SourceMgr.getFileManager().getDirectory(DirName)) in isHeaderUnavailableInModule() local 783 Dir = *DirEntry; in isHeaderUnavailableInModule()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/ |
| H A D | timezone.d | 2458 foreach (DirEntry de; dirEntries(tzDatabaseDir, SpanMode.depth)) 2513 foreach (DirEntry de; dirEntries(defaultTZDatabaseDir, SpanMode.depth)) in version()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 1924 for (const std::unique_ptr<RedirectingFileSystem::Entry> &DirEntry : in lookupPathImpl() local 1927 lookupPathImpl(Start, End, DirEntry.get()); in lookupPathImpl()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/ |
| H A D | timezone.d | 2323 foreach (DirEntry de; dirEntries(tzDatabaseDir, SpanMode.depth)) 2375 foreach (DirEntry de; dirEntries(defaultTZDatabaseDir, SpanMode.depth)) in version()
|