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:FLAG_R
(Results
1 - 18
of
18
) sorted by relevance
/third_party/toybox/toys/posix/
H
A
D
chgrp.c
51
if ((flags &
FLAG_R
) && !node->again && S_ISDIR(node->st.st_mode))
in do_chgrp()
56
AT_SYMLINK_NOFOLLOW*(!(flags&(FLAG_L|FLAG_H)) && (flags&(FLAG_h|
FLAG_R
))));
in do_chgrp()
H
A
D
chmod.c
56
return (toys.optflags &
FLAG_R
) ? DIRTREE_RECURSE : 0;
in do_chmod()
H
A
D
ls.c
329
if (dt && S_ISDIR(dt->st.st_mode) && !dt->next && !(flags&(FLAG_d|
FLAG_R
)))
in listfiles()
354
if (indir->parent && (TT.singledir!=indir || (flags&
FLAG_R
)))
in listfiles()
547
if (!indir->parent || ((flags&
FLAG_R
) && dirtree_notdotdot(sort[ul])))
in listfiles()
583
if (FLAG(d)) toys.optflags &= ~
FLAG_R
;
in ls_main()
H
A
D
rm.c
35
if (dir && !(toys.optflags & (FLAG_r|
FLAG_R
))) goto skip;
in do_rm()
H
A
D
cp.c
195
if (!(flags & (FLAG_a|FLAG_r|
FLAG_R
))) {
in cp_node()
462
toys.optflags |= FLAG_d|FLAG_p|
FLAG_R
;
in mv_main()
/third_party/toybox/generated/
H
A
D
flags.h
245
#undef
FLAG_R
macro
258
#undef
FLAG_R
macro
272
#undef
FLAG_R
macro
294
#undef
FLAG_R
macro
387
#undef
FLAG_R
macro
543
#undef
FLAG_R
macro
620
#undef
FLAG_R
macro
648
#undef
FLAG_R
macro
957
#undef
FLAG_R
macro
1094
#undef
FLAG_R
macro
1669
#undef
FLAG_R
global()
macro
1689
#undef
FLAG_R
global()
macro
2155
#undef
FLAG_R
global()
macro
2417
#undef
FLAG_R
global()
macro
2447
#undef
FLAG_R
global()
macro
2837
#undef
FLAG_R
global()
macro
3155
#undef
FLAG_R
global()
macro
3678
#define
FLAG_R
global()
macro
3689
#define
FLAG_R
global()
macro
3701
#define
FLAG_R
global()
macro
3719
#define
FLAG_R
global()
macro
3796
#define
FLAG_R
global()
macro
3934
#define
FLAG_R
global()
macro
3999
#define
FLAG_R
global()
macro
4025
#define
FLAG_R
global()
macro
4282
#define
FLAG_R
global()
macro
4399
#define
FLAG_R
global()
macro
4882
#define
FLAG_R
global()
macro
4900
#define
FLAG_R
global()
macro
5288
#define
FLAG_R
global()
macro
5512
#define
FLAG_R
global()
macro
5536
#define
FLAG_R
global()
macro
5862
#define
FLAG_R
global()
macro
6134
#define
FLAG_R
global()
macro
[all...]
/third_party/toybox/porting/liteos_a/toys/posix/
H
A
D
chmod.c
56
return (toys.optflags &
FLAG_R
) ? DIRTREE_RECURSE : 0;
in do_chmod()
H
A
D
ls.c
319
if (dt && S_ISDIR(dt->st.st_mode) && !dt->next && !(flags&(FLAG_d|
FLAG_R
)))
in listfiles()
343
if (indir->parent && (TT.singledir!=indir || (flags&
FLAG_R
)))
in listfiles()
535
if (!indir->parent || ((flags&
FLAG_R
) && dirtree_notdotdot(sort[ul])))
in listfiles()
571
if (FLAG(d)) toys.optflags &= ~
FLAG_R
;
in ls_main()
H
A
D
rm.c
85
if (dir && (toys.optflags & (FLAG_r|
FLAG_R
))) goto skip;
in do_rm()
H
A
D
cp.c
168
if (!(flags & (FLAG_a|FLAG_r|
FLAG_R
))) {
in cp_node()
466
toys.optflags |= FLAG_d|FLAG_p|
FLAG_R
;
in mv_main()
/third_party/toybox/toys/android/
H
A
D
restorecon.c
38
if (toys.optflags & (
FLAG_R
|FLAG_r))
in restorecon_main()
/third_party/toybox/toys/other/
H
A
D
chcon.c
36
return (toys.optflags &
FLAG_R
)*DIRTREE_RECURSE;
in do_chcon()
H
A
D
chrt.c
92
if (toys.optflags&
FLAG_R
) pol |= SCHED_RESET_ON_FORK;
in chrt_main()
H
A
D
lsattr.c
157
if (S_ISDIR(root->st.st_mode) && (toys.optflags &
FLAG_R
)
in retell_dir()
/third_party/toybox/toys/pending/
H
A
D
fsck.c
316
if ((toys.optflags &
FLAG_R
) || to_be_ignored(finfo)) {
in scan_all()
330
if (toys.optflags &
FLAG_R
) { // with -PR we choose to skip root.
in scan_all()
H
A
D
dhcp6.c
517
if ((toys.optflags &
FLAG_R
) && TT.state == DHCP6CONFIRM)
in signal_handler()
658
if (toys.optflags &
FLAG_R
) send_msg(DHCP6RELEASE);
in dhcp6_main()
H
A
D
syslogd.c
176
if (toys.optflags &
FLAG_R
) {
in parse_config_file()
H
A
D
dhcp.c
1443
if (toys.optflags &
FLAG_R
) release();
in dhcp_main()
1491
if (toys.optflags &
FLAG_R
) release();
in dhcp_main()
Completed in 20 milliseconds