Home
last modified time | relevance | path

Searched refs:unwanted_files (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
Dpimp.py891 unwanted_files = os.listdir(unwanted_install_dir)
892 if unwanted_files:
893 rv = "Warning: some files were not installed: %s" % " ".join(unwanted_files)
/external/angle/build/android/gradle/
Dgenerate_gradle.py396 def _ComputeExcludeFilters(wanted_files, unwanted_files, parent_dir): argument
404 files_to_exclude = set(unwanted_files)
/external/cronet/build/android/gradle/
Dgenerate_gradle.py395 def _ComputeExcludeFilters(wanted_files, unwanted_files, parent_dir): argument
403 files_to_exclude = set(unwanted_files)