Searched refs:hwmonNamePath (Results 1 – 1 of 1) sorted by relevance
206 for (const std::filesystem::path& hwmonNamePath : hwmonNamePaths) in createSensors() local 208 auto hwmonDirectory = hwmonNamePath.parent_path(); in createSensors() 216 std::filesystem::path::iterator it = hwmonNamePath.begin(); in createSensors() 227 std::ifstream nameFile(hwmonNamePath); in createSensors() 230 lg2::error("Failure reading '{PATH}'", "PATH", hwmonNamePath); in createSensors() 243 lg2::info("Checking: '{PATH}': '{NAME}'", "PATH", hwmonNamePath, in createSensors() 308 auto directory = hwmonNamePath.parent_path(); in createSensors()