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:cp_node
(Results
1 - 3
of
3
) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/
H
A
D
cp.c
110
static int
cp_node
(struct dirtree *try)
in cp_node()
function
394
if (!TT.callback) TT.callback =
cp_node
;
in cp_main()
489
cp_node
(try);
in install_node()
491
// No -r so always one level deep, so destname as set by
cp_node
() is correct
in install_node()
/third_party/toybox/toys/posix/
H
A
D
cp.c
126
static int
cp_node
(struct dirtree *try)
in cp_node()
function
400
if (!TT.callback) TT.callback =
cp_node
;
in cp_main()
485
cp_node
(try);
in install_node()
487
// No -r so always one level deep, so destname as set by
cp_node
() is correct
in install_node()
/third_party/selinux/libsepol/cil/src/
H
A
D
cil_resolve_ast.c
2982
struct cil_tree_node *
cp_node
= NULL;
in cil_build_call_args()
local
2992
cil_tree_node_init(&
cp_node
);
in cil_build_call_args()
2993
cp_node
->flavor = CIL_CLASSPERMISSION;
in cil_build_call_args()
2994
cp_node
->data = cp;
in cil_build_call_args()
2995
cil_list_append(cp->datum.nodes, CIL_LIST_ITEM,
cp_node
);
in cil_build_call_args()
Completed in 8 milliseconds