HomeSort by relevance Sort by last modified time
    Searched defs:daemonize (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/v8/tools/testrunner/server/
daemon.py 32 def daemonize(self): member in class:Daemon
99 self.daemonize()
  /external/lldb/test/pexpect-2.4/examples/
bd_serv.py 72 def daemonize (stdin='/dev/null', stdout='/dev/null', stderr='/dev/null'): function
176 daemonize()
177 #daemonize('/dev/null','/tmp/daemon.log','/tmp/daemon.log')
cgishell.cgi 50 daemon_pid = daemonize(daemon_pid_filename=mypid_name)
154 def daemonize (stdin=None, stdout=None, stderr=None, daemon_pid_filename=None): function
  /external/qemu/
os-posix.c 53 static int daemonize; variable
201 daemonize = 1;
242 if (daemonize) {
293 if (daemonize) {
317 if (daemonize) {
328 if (daemonize) {
331 perror("daemonize. Writing to pipe\n");
  /external/wpa_supplicant_8/hostapd/
main.c 391 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize,
413 if (daemonize && os_daemonize(pid_file)) {
544 int c, debug = 0, daemonize = 0; local
582 daemonize++;
733 if (hostapd_global_run(&interfaces, daemonize, pid_file)) {
hostapd_cli.c 1221 int daemonize = 0; local
1235 daemonize = 1;
1318 if (daemonize && os_daemonize(pid_file))
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 952 int daemonize = 0; local
967 daemonize++;
1005 if (daemonize && os_daemonize(pid_file))
wpa_cli.c 3778 int daemonize = 0; local
    [all...]
wpa_supplicant_i.h 136 * daemonize - Run %wpa_supplicant in the background
138 int daemonize; member in struct:wpa_params
148 * If this and daemonize are set, process ID of the background process
  /external/chromium_org/remoting/host/linux/
linux_me2me_host.py 708 def daemonize(): function
    [all...]

Completed in 616 milliseconds