Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/
H A Dfanctl.cpp85 const std::vector<std::string>& fans, bool shortPath = false) in getPathsFromIface() argument
94 if (shortPath) in getPathsFromIface()
394 auto shortPath = pathMap["tach"][fan][0]; in get() local
395 shortPath = justFanName(shortPath); in get()
396 cout << setw(13) << std::left << shortPath << std::right << setw(15); in get()