Home
last modified time | relevance | path

Searched refs:newroot (Results 1 – 18 of 18) sorted by relevance

/external/selinux/libsemanage/src/
Dboolean_record.c96 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/
Druntests.py9 newroot = os.path.join(testroot, '..', 'build/lib/test') variable
10 copydir_run_2to3(testroot, newroot)
12 sys.path[0] = newroot
/external/toybox/toys/other/
Dswitch_root.c46 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/
Dsplay.c211 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()
Dsplay.h55 struct Curl_tree **newroot);
/external/minijail/
Dlibminijail.c1588 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/
Dzsyscall_linux_s390x.go958 func PivotRoot(newroot string, putold string) (err error) {
960 _p0, err = BytePtrFromString(newroot)
Dzsyscall_linux_386.go958 func PivotRoot(newroot string, putold string) (err error) {
960 _p0, err = BytePtrFromString(newroot)
Dzsyscall_linux_arm64.go958 func PivotRoot(newroot string, putold string) (err error) {
960 _p0, err = BytePtrFromString(newroot)
Dzsyscall_linux_sparc64.go973 func PivotRoot(newroot string, putold string) (err error) {
975 _p0, err = BytePtrFromString(newroot)
Dzsyscall_linux_amd64.go958 func PivotRoot(newroot string, putold string) (err error) {
960 _p0, err = BytePtrFromString(newroot)
Dzsyscall_linux_arm.go958 func PivotRoot(newroot string, putold string) (err error) {
960 _p0, err = BytePtrFromString(newroot)
Dzsyscall_linux_mips.go958 func PivotRoot(newroot string, putold string) (err error) {
960 _p0, err = BytePtrFromString(newroot)
Dzsyscall_linux_mipsle.go958 func PivotRoot(newroot string, putold string) (err error) {
960 _p0, err = BytePtrFromString(newroot)
Dzsyscall_linux_mips64.go958 func PivotRoot(newroot string, putold string) (err error) {
960 _p0, err = BytePtrFromString(newroot)
Dzsyscall_linux_mips64le.go958 func PivotRoot(newroot string, putold string) (err error) {
960 _p0, err = BytePtrFromString(newroot)
Dzsyscall_linux_ppc64le.go958 func PivotRoot(newroot string, putold string) (err error) {
960 _p0, err = BytePtrFromString(newroot)
Dzsyscall_linux_ppc64.go958 func PivotRoot(newroot string, putold string) (err error) {
960 _p0, err = BytePtrFromString(newroot)