Lines Matching full:fakeroot
369 * under fakeroot to get the actual PID of the remctld process.
396 * The boolean argument says whether to start the process under fakeroot. If
404 bool fakeroot) in process_start_internal() argument
415 if (fakeroot && path_fakeroot[0] == '\0') in process_start_internal()
416 skip_all("fakeroot not found"); in process_start_internal()
432 /* If using fakeroot, rewrite argv accordingly. */ in process_start_internal()
433 if (fakeroot) { in process_start_internal()
489 * and it's required when running under fakeroot. in process_start_internal()
491 if (fakeroot) in process_start_internal()
493 process->is_child = !fakeroot; in process_start_internal()
524 * Start a process under fakeroot and return the opaque process struct. If
525 * fakeroot is not available, calls skip_all. The process must create pidfile