Searched refs:busPaths (Results 1 – 3 of 3) sorted by relevance
104 boost::container::flat_map<size_t, fs::path>& busPaths) in getI2cDevicePaths() argument125 busPaths.insert(std::pair<size_t, fs::path>(bus, p.path())); in getI2cDevicePaths()
67 boost::container::flat_map<size_t, std::filesystem::path>& busPaths);
1144 boost::container::flat_map<size_t, fs::path> busPaths; in rescanBusses() local1145 if (!getI2cDevicePaths(devDir, busPaths)) in rescanBusses()1151 for (const auto& busPath : busPaths) in rescanBusses()