Searched refs:unwanted_files (Results 1 – 3 of 3) sorted by relevance
891 unwanted_files = os.listdir(unwanted_install_dir)892 if unwanted_files:893 rv = "Warning: some files were not installed: %s" % " ".join(unwanted_files)
396 def _ComputeExcludeFilters(wanted_files, unwanted_files, parent_dir): argument404 files_to_exclude = set(unwanted_files)
395 def _ComputeExcludeFilters(wanted_files, unwanted_files, parent_dir): argument403 files_to_exclude = set(unwanted_files)