Searched refs:newroot (Results 1 – 18 of 18) sorted by relevance
/external/selinux/libsemanage/src/ |
D | boolean_record.c | 96 char *newroot = NULL; in hidden_def() local 113 rc = asprintf(&newroot, "%s%s%s", prefix, olddir, storename); in hidden_def() 117 if (strcmp(oldroot, newroot)) { in hidden_def() 118 rc = selinux_set_policy_root(newroot); in hidden_def() 129 if (strcmp(oldroot, newroot)) { in hidden_def() 140 free(newroot); in hidden_def()
|
/external/python/cpython3/Tools/test2to3/test/ |
D | runtests.py | 9 newroot = os.path.join(testroot, '..', 'build/lib/test') variable 10 copydir_run_2to3(testroot, newroot) 12 sys.path[0] = newroot
|
/external/toybox/toys/other/ |
D | switch_root.c | 46 char *newroot = *toys.optargs, **cmdline = toys.optargs+1; in switch_root_main() local 62 if (chdir(newroot) || stat(".", &st1) || stat("/", &st2) || in switch_root_main() 65 error_msg("bad newroot '%s'", newroot); in switch_root_main()
|
/external/curl/lib/ |
D | splay.c | 211 struct Curl_tree **newroot) in Curl_splayremovebyaddr() argument 234 *newroot = t; /* return the same root */ in Curl_splayremovebyaddr() 273 *newroot = x; /* store new root pointer */ in Curl_splayremovebyaddr()
|
D | splay.h | 55 struct Curl_tree **newroot);
|
/external/minijail/ |
D | libminijail.c | 1588 int oldroot, newroot; in enter_pivot_root() local 1599 newroot = open(j->chrootdir, O_DIRECTORY | O_RDONLY | O_CLOEXEC); in enter_pivot_root() 1600 if (newroot < 0) in enter_pivot_root() 1636 if (fchdir(newroot)) in enter_pivot_root() 1640 if (close(newroot)) in enter_pivot_root()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zsyscall_linux_s390x.go | 958 func PivotRoot(newroot string, putold string) (err error) { 960 _p0, err = BytePtrFromString(newroot)
|
D | zsyscall_linux_386.go | 958 func PivotRoot(newroot string, putold string) (err error) { 960 _p0, err = BytePtrFromString(newroot)
|
D | zsyscall_linux_arm64.go | 958 func PivotRoot(newroot string, putold string) (err error) { 960 _p0, err = BytePtrFromString(newroot)
|
D | zsyscall_linux_sparc64.go | 973 func PivotRoot(newroot string, putold string) (err error) { 975 _p0, err = BytePtrFromString(newroot)
|
D | zsyscall_linux_amd64.go | 958 func PivotRoot(newroot string, putold string) (err error) { 960 _p0, err = BytePtrFromString(newroot)
|
D | zsyscall_linux_arm.go | 958 func PivotRoot(newroot string, putold string) (err error) { 960 _p0, err = BytePtrFromString(newroot)
|
D | zsyscall_linux_mips.go | 958 func PivotRoot(newroot string, putold string) (err error) { 960 _p0, err = BytePtrFromString(newroot)
|
D | zsyscall_linux_mipsle.go | 958 func PivotRoot(newroot string, putold string) (err error) { 960 _p0, err = BytePtrFromString(newroot)
|
D | zsyscall_linux_mips64.go | 958 func PivotRoot(newroot string, putold string) (err error) { 960 _p0, err = BytePtrFromString(newroot)
|
D | zsyscall_linux_mips64le.go | 958 func PivotRoot(newroot string, putold string) (err error) { 960 _p0, err = BytePtrFromString(newroot)
|
D | zsyscall_linux_ppc64le.go | 958 func PivotRoot(newroot string, putold string) (err error) { 960 _p0, err = BytePtrFromString(newroot)
|
D | zsyscall_linux_ppc64.go | 958 func PivotRoot(newroot string, putold string) (err error) { 960 _p0, err = BytePtrFromString(newroot)
|