Searched refs:should_filter_file (Results 1 – 1 of 1) sorted by relevance
103 fbl::Function<bool(const fbl::unique_fd&)> should_filter_file, in OpenPartition() argument109 fbl::Function<bool(const fbl::unique_fd&)> should_filter_file; in OpenPartition() member114 .should_filter_file = std::move(should_filter_file), in OpenPartition()129 if (info->should_filter_file(devfd)) { in OpenPartition()
Completed in 5 milliseconds