HomeSort by relevance Sort by last modified time
    Searched refs:chroot_path (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/cros/
network_chroot.py 157 self.chroot_path("var/log/*"))
166 def chroot_path(self, path): member in class:NetworkChroot
188 chroot_pid_file = self.chroot_path(pid_file)
219 os.mkdir(self.chroot_path(rootdir))
224 dst_path = self.chroot_path(rootdir)
239 dst_path = self.chroot_path(config_file)
266 with open(self.chroot_path(config_file), 'w') as f:
  /external/minijail/
libminijail.h 137 * @chroot_path path inside of the chroot() to.
144 char *minijail_get_original_path(struct minijail *j, const char *chroot_path);
  /external/openssh/
session.c 1332 char *chroot_path, *tmp; local
    [all...]

Completed in 1347 milliseconds