Searched refs:all_targets (Results 1 – 1 of 1) sorted by relevance
56 def make_filter_from_allowlists(allowlists, all_targets): argument104 for target in all_targets:115 return (len(file_digest_respect_ignore) == len(all_targets) and127 def main(all_targets, argument144 for target in all_targets:162 return len(sha1_target_map) == 1 and len(targets) == len(all_targets)164 allowlist_filter = make_filter_from_allowlists(allowlists, all_targets)