Searched refs:conf_pidfile_path (Results 1 – 2 of 2) sorted by relevance
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()[all …]
528 std::string conf_pidfile_path; member