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.cpp99 const std::vector<std::string>& fans, bool shortPath = false) in getPathsFromIface() argument
108 if (shortPath) in getPathsFromIface()
408 auto shortPath = pathMap["tach"][fan][0]; in get() local
409 shortPath = justFanName(shortPath); in get()
410 cout << setw(13) << std::left << shortPath << std::right << setw(15); in get()