Home
last modified time | relevance | path

Searched refs:PID_FILE (Results 1 – 3 of 3) sorted by relevance

/civetweb-2.7.6/
DMakefile29 PID_FILE ?= /var/run/$(CPROG).pid macro
248 @echo " PID_FILE=/path PID file path of daemon."
/civetweb-2.7.6/resources/jni/
DAndroid.mk94 PID_FILE ?= /var/run/$(LOCAL_MODULE).pid
/civetweb-2.7.6/src/
Dmain.c1347 if ((fp = fopen(PID_FILE, "w")) == 0) { in start_civetweb()
1348 fprintf(stdout, "Can not open %s.\n", PID_FILE); in start_civetweb()