Home
last modified time | relevance | path

Searched refs:firstBootFile (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dhostname_manager.cpp59 return !std::filesystem::exists(firstBootFile); in isFirstBoot()
67 std::filesystem::path firstBootFilePath(firstBootFile); in markHostnameSet()
70 std::ofstream file(firstBootFile); in markHostnameSet()
74 firstBootFile); in markHostnameSet()
H A Dhostname_manager.hpp41 static constexpr const char* firstBootFile = member in phosphor::network::HostnameManager