Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DUtils.cpp77 std::string fileVal; in openAndRead() local
83 std::getline(fileStream, fileVal); in openAndRead()
84 return fileVal; in openAndRead()