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:dents
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libuv/src/
H
A
D
uv-common.c
689
uv__dirent_t**
dents
;
in uv__fs_scandir_cleanup()
local
695
dents
= req->ptr;
in uv__fs_scandir_cleanup()
704
uv__fs_scandir_free(
dents
[i]);
in uv__fs_scandir_cleanup()
713
uv__dirent_t**
dents
;
in uv_fs_scandir_next()
local
728
dents
= req->ptr;
in uv_fs_scandir_next()
732
uv__fs_scandir_free(
dents
[*nbufs - 1]);
in uv_fs_scandir_next()
736
uv__fs_scandir_free(
dents
);
in uv_fs_scandir_next()
741
dent =
dents
[(*nbufs)++];
in uv_fs_scandir_next()
/third_party/node/deps/uv/src/
H
A
D
uv-common.c
652
uv__dirent_t**
dents
;
in uv__fs_scandir_cleanup()
local
656
dents
= req->ptr;
in uv__fs_scandir_cleanup()
660
uv__fs_scandir_free(
dents
[*nbufs]);
in uv__fs_scandir_cleanup()
668
uv__dirent_t**
dents
;
in uv_fs_scandir_next()
local
683
dents
= req->ptr;
in uv_fs_scandir_next()
687
uv__fs_scandir_free(
dents
[*nbufs - 1]);
in uv_fs_scandir_next()
691
uv__fs_scandir_free(
dents
);
in uv_fs_scandir_next()
696
dent =
dents
[(*nbufs)++];
in uv_fs_scandir_next()
/third_party/libuv/src/unix/
H
A
D
fs.c
495
uv__dirent_t**
dents
;
in uv__fs_scandir()
local
498
dents
= NULL;
in uv__fs_scandir()
499
n = scandir(req->path, &
dents
, uv__fs_scandir_filter, uv__fs_scandir_sort);
in uv__fs_scandir()
508
free(
dents
);
in uv__fs_scandir()
509
dents
= NULL;
in uv__fs_scandir()
514
req->ptr =
dents
;
in uv__fs_scandir()
/third_party/node/deps/uv/src/unix/
H
A
D
fs.c
548
uv__dirent_t**
dents
;
in uv__fs_scandir()
local
551
dents
= NULL;
in uv__fs_scandir()
552
n = scandir(req->path, &
dents
, uv__fs_scandir_filter, uv__fs_scandir_sort);
in uv__fs_scandir()
561
free(
dents
);
in uv__fs_scandir()
562
dents
= NULL;
in uv__fs_scandir()
567
req->ptr =
dents
;
in uv__fs_scandir()
Completed in 8 milliseconds