Searched refs:scan_mount_points_ (Results 1 – 2 of 2) sorted by relevance
125 scan_mount_points_.insert((*mp).ToStdString()); in InodeFileDataSource()230 if (!scan_mount_points_.empty()) { in OnInodes()234 if (scan_mount_points_.count(it->second) == 0) { in OnInodes()
110 std::set<std::string> scan_mount_points_; variable