Home | History | Annotate | Download | only in minijail

Lines Matching refs:oldroot

1046 	int ret, oldroot, newroot;
1055 oldroot = open("/", O_DIRECTORY | O_RDONLY);
1056 if (oldroot < 0)
1077 if (fchdir(oldroot))