OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isDirectory
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
DependencyScanningFilesystem.h
60
bool
isDirectory
() const { return MaybeStat && MaybeStat->
isDirectory
(); }
66
assert(!MaybeStat->
isDirectory
() && "not a file");
/src/external/bsd/zstd/dist/tests/
roundTripCrash.c
174
static int
isDirectory
(const char* infilename)
195
if (
isDirectory
(fileName)) {
/src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp
94
bool Status::
isDirectory
() const { return Type == file_type::directory_file; }
99
return exists() && !isRegularFile() && !
isDirectory
() && !isSymlink();
1217
if (!S->
isDirectory
()) {
2150
bool
IsDirectory
) {
2154
Mappings.emplace_back(VirtualPath, RealPath,
IsDirectory
);
2158
addEntry(VirtualPath, RealPath, /*
IsDirectory
=*/false);
2163
addEntry(VirtualPath, RealPath, /*
IsDirectory
=*/true);
2266
Entry.
IsDirectory
? Entry.VPath : path::parent_path(Entry.VPath)
2278
if (!Entry.
IsDirectory
) {
2285
Entry.
IsDirectory
? Entry.VPath : path::parent_path(Entry.VPath)
[
all
...]
Completed in 28 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026