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

  /frameworks/base/libs/hwui/tests/scripts/
stopruntime.sh 26 # Daemonize command is available only in eng builds.
27 adb shell daemonize surfaceflinger
  /system/extras/tests/cpueater/
Android.mk 27 LOCAL_MODULE := daemonize
30 LOCAL_SRC_FILES := daemonize.c
  /external/v8/tools/testrunner/server/
daemon.py 32 def daemonize(self): member in class:Daemon
99 self.daemonize()
  /external/wpa_supplicant_8/hostapd/
main.c 412 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize,
434 if (daemonize) {
642 int c, debug = 0, daemonize = 0; local
684 daemonize++;
876 if (hostapd_global_run(&interfaces, daemonize, pid_file)) {
hostapd_cli.c 1825 int daemonize = 0; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
main.c 212 params.daemonize++;
wpa_priv.c 1208 int daemonize = 0; local
1227 daemonize++;
1265 if (daemonize && os_daemonize(pid_file) && eloop_sock_requeue())
1284 if (daemonize)
wpa_cli.c 4318 int daemonize = 0; local
    [all...]
wpa_supplicant_i.h 128 * daemonize - Run %wpa_supplicant in the background
130 int daemonize; member in struct:wpa_params
140 * If this and daemonize are set, process ID of the background process
    [all...]
wpa_supplicant.c     [all...]
  /external/netperf/src/
netserver.c 215 /* we only know how to spawn in WIN32, not daemonize */
1379 daemonize() { function
1433 "%s called on platform which cannot daemonize\n",
1495 will again take a fork() path via daemonize() and will not come
    [all...]

Completed in 641 milliseconds