Searched refs:exclude_list (Results 1 – 3 of 3) sorted by relevance
18 exclude_list="examples vpxdec vpxenc tools_common"21 for word in ${exclude_list}; do
193 def find_all_files(domain, exclude_list = []): argument197 if exe.endswith("_exec_t") and exe not in exclude_list:205 def find_entrypoint_path(exe, exclude_list = []): argument208 if exe.endswith("_exec_t") and exe not in exclude_list:
1616 def exclude_type(self, type, exclude_list): argument1617 for e in exclude_list:1623 exclude_list = []1632 exclude_list.append(self.strip_domain(d[0]))1652 …if write.startswith(compare) and not self.exclude_type(write, exclude_list) and write in self.file…1661 if app.startswith(compare) and not self.exclude_type(app, exclude_list):