HomeSort by relevance Sort by last modified time
    Searched refs:newroot (Results 1 - 25 of 30) sorted by null

1 2

  /external/toybox/toys/other/
switch_root.c 46 char *newroot = *toys.optargs, **cmdline = toys.optargs+1; local
62 if (chdir(newroot) || stat(".", &st1) || stat("/", &st2) ||
65 error_msg("bad newroot '%s'", newroot);
71 // stat(), relative to newroot. *cmdline is also used below, but by that
89 // Fix the appearance of the mount table in the newroot chroot
  /external/curl/lib/
splay.h 53 struct Curl_tree **newroot);
splay.c 212 * pointer to the new resulting tree in 'newroot'.
215 * When returning error, it does not touch the 'newroot' pointer.
218 * 'newroot' will be made to point to NULL.
224 struct Curl_tree **newroot)
247 *newroot = t; /* return the same root */
284 *newroot = x; /* store new root pointer */
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
redblack32.go 124 var newroot *node32
127 newroot = n
129 newroot, n = n.insert(key, t)
133 t.root = newroot
282 func (t *node32) insert(x int32, w *RBTint32) (newroot, newnode *node32) {
284 newroot = t
308 newroot = t.leftToRoot()
333 newroot = t.rightToRoot()
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
redblack32.go 124 var newroot *node32
127 newroot = n
129 newroot, n = n.insert(key, t)
133 t.root = newroot
282 func (t *node32) insert(x int32, w *RBTint32) (newroot, newnode *node32) {
284 newroot = t
308 newroot = t.leftToRoot()
333 newroot = t.rightToRoot()
  /external/minijail/
libminijail.c 1196 int ret, oldroot, newroot; local
1208 newroot = open(j->chrootdir, O_DIRECTORY | O_RDONLY | O_CLOEXEC);
1209 if (newroot < 0)
1245 if (fchdir(newroot))
1249 if (close(newroot))
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_linux_386.go 744 func PivotRoot(newroot string, putold string) (err error) {
746 _p0, err = BytePtrFromString(newroot)
    [all...]
zsyscall_linux_amd64.go 744 func PivotRoot(newroot string, putold string) (err error) {
746 _p0, err = BytePtrFromString(newroot)
    [all...]
zsyscall_linux_arm.go 744 func PivotRoot(newroot string, putold string) (err error) {
746 _p0, err = BytePtrFromString(newroot)
    [all...]
zsyscall_linux_arm64.go 744 func PivotRoot(newroot string, putold string) (err error) {
746 _p0, err = BytePtrFromString(newroot)
    [all...]
zsyscall_linux_mips.go 742 func PivotRoot(newroot string, putold string) (err error) {
744 _p0, err = BytePtrFromString(newroot)
    [all...]
zsyscall_linux_mips64.go 742 func PivotRoot(newroot string, putold string) (err error) {
744 _p0, err = BytePtrFromString(newroot)
    [all...]
zsyscall_linux_mips64le.go 742 func PivotRoot(newroot string, putold string) (err error) {
744 _p0, err = BytePtrFromString(newroot)
    [all...]
zsyscall_linux_mipsle.go 742 func PivotRoot(newroot string, putold string) (err error) {
744 _p0, err = BytePtrFromString(newroot)
    [all...]
zsyscall_linux_ppc64.go 744 func PivotRoot(newroot string, putold string) (err error) {
746 _p0, err = BytePtrFromString(newroot)
    [all...]
zsyscall_linux_ppc64le.go 744 func PivotRoot(newroot string, putold string) (err error) {
746 _p0, err = BytePtrFromString(newroot)
    [all...]
zsyscall_linux_s390x.go 742 func PivotRoot(newroot string, putold string) (err error) {
744 _p0, err = BytePtrFromString(newroot)
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_linux_386.go 744 func PivotRoot(newroot string, putold string) (err error) {
746 _p0, err = BytePtrFromString(newroot)
    [all...]
zsyscall_linux_amd64.go 744 func PivotRoot(newroot string, putold string) (err error) {
746 _p0, err = BytePtrFromString(newroot)
    [all...]
zsyscall_linux_arm.go 744 func PivotRoot(newroot string, putold string) (err error) {
746 _p0, err = BytePtrFromString(newroot)
    [all...]
zsyscall_linux_arm64.go 744 func PivotRoot(newroot string, putold string) (err error) {
746 _p0, err = BytePtrFromString(newroot)
    [all...]
zsyscall_linux_mips.go 742 func PivotRoot(newroot string, putold string) (err error) {
744 _p0, err = BytePtrFromString(newroot)
    [all...]
zsyscall_linux_mips64.go 742 func PivotRoot(newroot string, putold string) (err error) {
744 _p0, err = BytePtrFromString(newroot)
    [all...]
zsyscall_linux_mips64le.go 742 func PivotRoot(newroot string, putold string) (err error) {
744 _p0, err = BytePtrFromString(newroot)
    [all...]
zsyscall_linux_mipsle.go 742 func PivotRoot(newroot string, putold string) (err error) {
744 _p0, err = BytePtrFromString(newroot)
    [all...]

Completed in 445 milliseconds

1 2