| 143 | #endif |
| 144 | |
| 145 | static fs::path GetPidFile(const ArgsManager& args) |
| 146 | { |
| 147 | return AbsPathForConfigVal(fs::PathFromString(args.GetArg("-pid", BITCOIN_PID_FILENAME))); |
| 148 | } |
| 149 | |
| 150 | [[nodiscard]] static bool CreatePidFile(const ArgsManager& args) |
| 151 | { |
no test coverage detected