Searched refs:busPaths (Results 1 – 3 of 3) sorted by relevance
82 std::flat_map<size_t, fs::path>& busPaths) in getI2cDevicePaths() argument103 busPaths.insert(std::pair<size_t, fs::path>(bus, p.path())); in getI2cDevicePaths()
33 std::flat_map<size_t, std::filesystem::path>& busPaths);
1245 std::flat_map<size_t, fs::path> busPaths; in rescanBusses() local1246 if (!getI2cDevicePaths(devDir, busPaths)) in rescanBusses()1252 for (const auto& busPath : busPaths) in rescanBusses()