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:UV_DIRENT_FILE
(Results
1 - 13
of
13
) sorted by relevance
/third_party/node/test/parallel/
H
A
D
test-fs-readdir-types.js
18
isFile: constants.
UV_DIRENT_FILE
,
/third_party/libuv/test/
H
A
D
test-fs-readdir.c
306
ASSERT_EQ(dirents[0].type,
UV_DIRENT_FILE
);
in non_empty_readdir_cb()
422
ASSERT_EQ(dirents[0].type,
UV_DIRENT_FILE
);
in TEST_IMPL()
H
A
D
test-fs.c
594
ASSERT_EQ(dent.type,
UV_DIRENT_FILE
);
in assert_is_file_type()
596
ASSERT(dent.type ==
UV_DIRENT_FILE
|| dent.type == UV_DIRENT_UNKNOWN);
in assert_is_file_type()
/third_party/node/lib/internal/fs/
H
A
D
utils.js
94
UV_DIRENT_FILE
,
176
return this[kType] ===
UV_DIRENT_FILE
;
/third_party/libuv/include/uv/
H
A
D
win.h
313
#define UV__DT_FILE
UV_DIRENT_FILE
/third_party/node/deps/uv/include/uv/
H
A
D
win.h
311
#define UV__DT_FILE
UV_DIRENT_FILE
/third_party/libuv/src/
H
A
D
uv-common.c
758
type =
UV_DIRENT_FILE
;
in uv__fs_get_dirent_type()
/third_party/node/src/
H
A
D
node_constants.cc
1116
NODE_DEFINE_CONSTANT(target,
UV_DIRENT_FILE
);
in DefineSystemConstants()
/third_party/node/deps/uv/src/
H
A
D
uv-common.c
713
type =
UV_DIRENT_FILE
;
in uv__fs_get_dirent_type()
/third_party/libuv/include/
H
A
D
uv.h
1263
UV_DIRENT_FILE
,
enumerator
/third_party/libuv/include/uv_ndk/
H
A
D
uv.h
1151
UV_DIRENT_FILE
,
enumerator
/third_party/node/deps/uv/include/
H
A
D
uv.h
1165
UV_DIRENT_FILE
,
enumerator
/third_party/node/deps/uvwasi/src/
H
A
D
uvwasi.c
1428
case
UV_DIRENT_FILE
:
in uvwasi_fd_readdir()
Completed in 24 milliseconds