Home | History | Annotate | Download | only in minijail

Lines Matching defs:newroot

1046 	int ret, oldroot, newroot;
1058 newroot = open(j->chrootdir, O_DIRECTORY | O_RDONLY);
1059 if (newroot < 0)
1083 if (fchdir(newroot))