Searched defs:chroot_ret (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sandbox/linux/services/
H A Dcredentials.cc121 int chroot_ret = chroot(current_thread_fdinfo.c_str()); local
122 if (chroot_ret) {
/external/chromium_org/content/zygote/
H A Dzygote_main_linux.cc76 const int chroot_ret = chroot("/"); local
82 chroot_ret,

Completed in 303 milliseconds