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

  /external/autotest/site_utils/admin/
start_dev_server.sh 23 declare -r PID_FILE="/tmp/dev_server.pid"
30 echo $!>${PID_FILE}
36 if [ -f ${PID_FILE} ]; then
37 ps $(cat ${PID_FILE}) | grep -q devserver.py || start_dev_server
  /external/openssh/contrib/redhat/
sshd.init.old 30 PID_FILE=/var/run/sshd.pid
127 if [ ! -f $PID_FILE ] ; then
141 if [ -f $PID_FILE ] ; then
sshd.init 26 PID_FILE=/var/run/sshd.pid
  /external/autotest/site_utils/chromeos_proxy/
swarming_bots.py 96 PID_FILE = 'swarming_bot.pid'
119 self.pid_file = os.path.join(self.bot_dir, self.PID_FILE)
132 with open(self.pid_file, 'w') as f:
139 if os.path.exists(self.pid_file):
140 os.remove(self.pid_file)
170 if os.path.exists(self.pid_file):
171 with open(self.pid_file) as f:
  /system/bt/tools/mcap_tool/
mcap_tool.cc 72 #define PID_FILE "/data/.bdt_pid"
935 unlink(PID_FILE);
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 50 #ifndef PID_FILE
51 #define PID_FILE ""
277 #ifndef PID_FILE
278 #define PID_FILE "/var/run/mDNSResponder.pid"
    [all...]

Completed in 340 milliseconds