OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PID_FILE
(Results
1 - 5
of
5
) sorted by null
/sdk/eclipse/scripts/
build_plugins.sh
100
PID_FILE
="$BASE_DIR/eclipse.pid"
101
[ -f "$
PID_FILE
" ] && ECLIPSE_PID=`cat "$
PID_FILE
"`
244
if [ -n "$ECLIPSE_PID" ] && [ -f "$
PID_FILE
" ]; then
245
rm -fv "$
PID_FILE
"
/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/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c
53
#define
PID_FILE
"/data/.bdt_pid"
747
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 1824 milliseconds