Searched refs:hostFile (Results 1 – 2 of 2) sorted by relevance
206 std::string hostFile = std::format(HOST_RUNNING_FILE, id); in isHostRunning() local207 std::ofstream outfile(hostFile); in isHostRunning()
315 std::string hostFile = std::format(HOST_RUNNING_FILE, id); in sysStateChangeJobRemoved() local316 if (std::filesystem::exists(hostFile)) in sysStateChangeJobRemoved()318 std::filesystem::remove(hostFile); in sysStateChangeJobRemoved()