Home
last modified time | relevance | path

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

/openbmc/phosphor-hwmon/tools/
H A Dfind_callout_path.cpp30 std::cout << sysfs::findCalloutPath(argv[1]) << '\n'; in main()
/openbmc/phosphor-hwmon/
H A Dsysfs.hpp73 std::string findCalloutPath(const std::string& instancePath);
H A Dreadd.cpp77 auto calloutPath = sysfs::findCalloutPath(path); in main()
H A Dsysfs.cpp85 std::string findCalloutPath(const std::string& instancePath) in findCalloutPath() function