Home
last modified time | relevance | path

Searched defs:newroot (Results 1 – 3 of 3) sorted by relevance

/third_party/toybox/toys/other/
Dswitch_root.c46 char *newroot = *toys.optargs, **cmdline = toys.optargs+1; in switch_root_main() local
/third_party/curl/lib/
Dsplay.c213 struct Curl_tree **newroot) in Curl_splayremove()
/third_party/python/Tools/freeze/test/
Dfreeze.py77 def copy_source_tree(newroot, oldroot): argument