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:DIRTREE_SAVE
(Results
1 - 8
of
8
) sorted by relevance
/third_party/toybox/lib/
H
A
D
dirtree.c
21
*(
DIRTREE_SAVE
|DIRTREE_RECURSE);
in dirtree_notdotdot()
105
// callback returns
DIRTREE_SAVE
, otherwise frees consumed nodes and
123
if (!(flags &
DIRTREE_SAVE
)) {
in dirtree_handle_callback()
H
A
D
lib.h
66
#define
DIRTREE_SAVE
1
macro
/third_party/toybox/porting/liteos_a/lib/
H
A
D
dirtree.c
29
*(
DIRTREE_SAVE
|DIRTREE_RECURSE);
in dirtree_notdotdot()
113
// callback returns
DIRTREE_SAVE
, otherwise frees consumed nodes and
130
if (!(flags &
DIRTREE_SAVE
)) {
in dirtree_handle_callback()
H
A
D
lib.h
66
#define
DIRTREE_SAVE
1
macro
/third_party/toybox/porting/liteos_a/toys/posix/
H
A
D
ls.c
223
if (flags & (FLAG_a|FLAG_f)) return
DIRTREE_SAVE
;
in filter()
226
return dirtree_notdotdot(new) &
DIRTREE_SAVE
;
in filter()
H
A
D
ps.c
680
|(
DIRTREE_SAVE
*(TT.threadparent||!TT.show_process));
in get_ps()
953
return
DIRTREE_SAVE
;
in get_ps()
994
if (!TT.show_process) return
DIRTREE_SAVE
;
in get_threads()
/third_party/toybox/toys/posix/
H
A
D
ls.c
233
if (flags & (FLAG_a|FLAG_f)) return
DIRTREE_SAVE
;
in filter()
236
return dirtree_notdotdot(new) &
DIRTREE_SAVE
;
in filter()
H
A
D
ps.c
723
|(
DIRTREE_SAVE
*(TT.threadparent||!TT.show_process));
in get_ps()
996
return
DIRTREE_SAVE
;
in get_ps()
1037
if (!TT.show_process) return
DIRTREE_SAVE
;
in get_threads()
Completed in 10 milliseconds