Searched refs:hostFile (Results 1 – 2 of 2) sorted by relevance
199 std::string hostFile = std::format(HOST_RUNNING_FILE, 0); in isHostRunning() local200 std::ofstream outfile(hostFile); in isHostRunning()
313 std::string hostFile = std::format(HOST_RUNNING_FILE, 0); in sysStateChangeJobRemoved() local314 if (std::filesystem::exists(hostFile)) in sysStateChangeJobRemoved()316 std::filesystem::remove(hostFile); in sysStateChangeJobRemoved()