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_REG
(Results
1 - 25
of
43
) sorted by relevance
1
2
/third_party/libwebsockets/lib/misc/
H
A
D
diskcache.c
48
/* Travis OSX does not have
DT_REG
... */
49
#if !defined(
DT_REG
)
50
#define
DT_REG
8
macro
319
if (de->d_type !=
DT_REG
)
in lws_diskcache_trim()
H
A
D
dir.c
163
else if (
DT_REG
!= DT_UNKNOWN && type ==
DT_REG
)
in lws_dir()
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H
A
D
dirent.h
50
#define
DT_REG
8
macro
/third_party/node/test/wasi/c/
H
A
D
readdir.c
29
assert(entry->d_type ==
DT_REG
);
in main()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
dirent.h
46
#define
DT_REG
8
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
dirent.h
46
#define
DT_REG
8
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
dirent.h
46
#define
DT_REG
8
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
dirent.h
46
#define
DT_REG
8
macro
/third_party/musl/include/
H
A
D
dirent.h
46
#define
DT_REG
8
macro
/third_party/libwebsockets/win32port/dirent/
H
A
D
dirent-win32.h
169
#define
DT_REG
S_IFREG
macro
511
entry->d_type =
DT_REG
;
in _wreaddir_r()
801
entry->d_type =
DT_REG
;
in readdir_r()
/third_party/json/tests/thirdparty/Fuzzer/
H
A
D
FuzzerIOPosix.cpp
48
if (E->d_type ==
DT_REG
|| E->d_type == DT_LNK)
in ListFilesInDirRecursive()
/third_party/libuv/include/uv/
H
A
D
unix.h
175
# if defined(
DT_REG
)
176
# define UV__DT_FILE
DT_REG
/third_party/musl/src/regex/
H
A
D
glob.c
38
if (!type && !(flags & GLOB_MARK)) type =
DT_REG
;
in do_glob()
105
else type =
DT_REG
;
in do_glob()
/third_party/node/deps/uv/include/uv/
H
A
D
unix.h
176
# if defined(
DT_REG
)
177
# define UV__DT_FILE
DT_REG
/third_party/mesa3d/src/util/
H
A
D
xmlconfig.c
1005
#ifndef
DT_REG
/* systems without d_type in dirent results */
in scandir_filter()
1015
if (ent->d_type !=
DT_REG
&& ent->d_type != DT_LNK && ent->d_type != DT_UNKNOWN)
in scandir_filter()
1039
#ifdef
DT_REG
in parseConfigDir()
1046
#ifdef
DT_REG
in parseConfigDir()
H
A
D
disk_cache_os.c
209
if (dir_ent->d_type ==
DT_REG
) { /* If the entry is a regular file */
in choose_lru_file_matching()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H
A
D
general.h
109
#define
DT_REG
8
macro
/third_party/rust/crates/nix/src/
H
A
D
dir.rs
262
libc::
DT_REG
=> Some(Type::File),
in file_type()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H
A
D
types.rs
316
linux_raw_sys::general::
DT_REG
=> Self::RegularFile,
/third_party/skia/src/ports/skia_ohos/
H
A
D
FontConfig_ohos.cpp
1092
if (node->d_type !=
DT_REG
) {
in scanFonts()
1333
if (node->d_type !=
DT_REG
) {
in judgeFileExist()
/third_party/rust/crates/rustix/src/backend/libc/fs/
H
A
D
types.rs
449
c::
DT_REG
=> Self::RegularFile,
/third_party/eudev/src/shared/
H
A
D
util.c
1068
if (de->d_type !=
DT_REG
&&
in dirent_is_file_with_suffix()
/third_party/rust/crates/libc/src/
H
A
D
wasi.rs
265
pub const
DT_REG
: u8 = 4;
consts
/third_party/eudev/src/libudev/
H
A
D
libudev-device.c
1641
if (dent->d_type != DT_LNK && dent->d_type !=
DT_REG
)
in udev_device_sysattr_list_read()
/third_party/NuttX/fs/tmpfs/
H
A
D
fs_tmpfs.c
1612
dir->fd_dir[0].d_type =
DT_REG
;
in tmpfs_readdir()
Completed in 29 milliseconds
1
2