Home
last modified time | relevance | path

Searched refs:cp_node (Results 1 - 3 of 3) sorted by relevance

/third_party/toybox/porting/liteos_a/toys/posix/
H A Dcp.c110 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 Dcp.c126 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 Dcil_resolve_ast.c2982 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