Lines Matching refs:pid_file
396 auto &pid_file = config->pid_file;
398 auto len = config->pid_file.size() + SUFFIX.size();
402 p = std::copy(std::begin(pid_file), std::end(pid_file), p);
411 LOG(ERROR) << "Could not save PID to file " << pid_file << ": "
420 LOG(ERROR) << "Could not save PID to file " << pid_file << ": "
427 LOG(ERROR) << "Could not save PID to file " << pid_file << ": "
434 if (rename(temp_path, pid_file.c_str()) == -1) {
436 LOG(ERROR) << "Could not save PID to file " << pid_file << ": "
445 if (chown(pid_file.c_str(), config->uid, config->gid) == -1) {
447 LOG(WARN) << "Changing owner of pid file " << pid_file << " failed: "
1883 if (!config->pid_file.empty()) {
4052 if (!get_config()->pid_file.empty()) {