Lines Matching refs:conf_pidfile_path
120 if (!conf_pidfile_path.empty()) { in set_pidfile_path()
124 conf_pidfile_path = path; in set_pidfile_path()
134 assert(!conf_pidfile_path.empty()); in open_pidfile()
135 path = conf_pidfile_path.c_str(); in open_pidfile()
1770 if (conf_pidfile_path.empty()) in verify()
1771 conf_pidfile_path = DEFAULT_PIDFILE; in verify()
1975 if (!oldconf->conf_pidfile_path.empty() && in apply()
1976 !conf_pidfile_path.empty()) { in apply()
1977 if (oldconf->conf_pidfile_path != conf_pidfile_path) { in apply()
1980 conf_pidfile_path.c_str()); in apply()
1981 if (rename(oldconf->conf_pidfile_path.c_str(), in apply()
1982 conf_pidfile_path.c_str()) != 0) { in apply()
1984 oldconf->conf_pidfile_path.c_str(), in apply()
1985 conf_pidfile_path.c_str()); in apply()