Searched refs:findCalloutPath (Results 1 – 4 of 4) sorted by relevance
30 std::cout << sysfs::findCalloutPath(argv[1]) << '\n'; in main()
73 std::string findCalloutPath(const std::string& instancePath);
77 auto calloutPath = sysfs::findCalloutPath(path); in main()
85 std::string findCalloutPath(const std::string& instancePath) in findCalloutPath() function