Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:DT_DIR
(Results
1 - 25
of
52
) sorted by relevance
1
2
3
/third_party/musl/src/regex/
H
A
D
glob.c
42
if (*pat && type!=
DT_DIR
) type = 0;
in do_glob()
104
if (S_ISDIR(st.st_mode)) type =
DT_DIR
;
in do_glob()
112
if (append(tail, buf, pos, (flags & GLOB_MARK) && type==
DT_DIR
))
in do_glob()
137
if (p2 && de->d_type && de->d_type!=
DT_DIR
&& de->d_type!=DT_LNK)
in do_glob()
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H
A
D
dirent.h
48
#define
DT_DIR
4
macro
/third_party/node/test/wasi/c/
H
A
D
readdir.c
35
assert(entry->d_type ==
DT_DIR
);
in main()
/third_party/libfuse/test/
H
A
D
readdir_inode.c
43
if (dent->d_type !=
DT_DIR
)
in main()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
dirent.h
44
#define
DT_DIR
4
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
dirent.h
44
#define
DT_DIR
4
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
dirent.h
44
#define
DT_DIR
4
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
dirent.h
44
#define
DT_DIR
4
macro
/third_party/musl/include/
H
A
D
dirent.h
44
#define
DT_DIR
4
macro
/third_party/libwebsockets/win32port/dirent/
H
A
D
dirent-win32.h
170
#define
DT_DIR
S_IFDIR
macro
509
entry->d_type =
DT_DIR
;
in _wreaddir_r()
799
entry->d_type =
DT_DIR
;
in readdir_r()
/third_party/json/tests/thirdparty/Fuzzer/
H
A
D
FuzzerIOPosix.cpp
50
else if (E->d_type ==
DT_DIR
&& *E->d_name != '.')
in ListFilesInDirRecursive()
/third_party/musl/src/conf/
H
A
D
legacy.c
29
if ((de->d_type ==
DT_DIR
) &&
in get_nprocs_conf()
/third_party/musl/porting/linux/user/src/conf/
H
A
D
legacy.c
29
if ((de->d_type ==
DT_DIR
) &&
in get_nprocs_conf()
/third_party/libwebsockets/lib/misc/
H
A
D
dir.c
157
else if (
DT_DIR
!= DT_UNKNOWN && type ==
DT_DIR
)
in lws_dir()
/third_party/libuv/include/uv/
H
A
D
unix.h
180
# if defined(
DT_DIR
)
181
# define UV__DT_DIR
DT_DIR
/third_party/node/deps/uv/include/uv/
H
A
D
unix.h
181
# if defined(
DT_DIR
)
182
# define UV__DT_DIR
DT_DIR
/third_party/pulseaudio/src/modules/
H
A
D
module-augment-properties.c
143
#ifdef
DT_DIR
in find_desktop_file_in_dir()
151
if (dir->d_type !=
DT_DIR
in find_desktop_file_in_dir()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
H
A
D
OProfileWrapper.cpp
127
if (Entry->d_type ==
DT_DIR
) {
in checkForOProfileProcEntry()
/third_party/lzma/CPP/Windows/
H
A
D
FileFind.h
291
return Type ==
DT_DIR
;
315
if (de.Type ==
DT_DIR
)
in DirEntry_IsDir()
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H
A
D
nftw.c
70
if (entry->d_type ==
DT_DIR
) {
in remove_directory()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H
A
D
general.h
107
#define
DT_DIR
4
macro
/third_party/rust/crates/nix/src/
H
A
D
dir.rs
260
libc::
DT_DIR
=> Some(Type::Directory),
in file_type()
/third_party/alsa-utils/alsactl/
H
A
D
utils.c
299
if (dirent->d_type ==
DT_DIR
)
in cleanup_filename_filter()
/third_party/FreeBSD/lib/libc/gen/
H
A
D
fts.c
793
#ifdef
DT_DIR
in fts_build()
795
dp->d_type !=
DT_DIR
&& dp->d_type != DT_UNKNOWN)
in fts_build()
/third_party/ltp/testcases/kernel/fs/read_all/
H
A
D
read_all.c
645
if (dent->d_type ==
DT_DIR
)
in visit_dir()
Completed in 13 milliseconds
1
2
3