Searched refs:folders (Results 1 – 3 of 3) sorted by relevance
/development/scripts/ |
D | boardconfig_usage_analysis.py | 49 def find_files(folders, filter): argument 52 for folder in folders: 62 def find_board_config_mks(folders = ['build', 'device', 'vendor', 'hardware']): argument 63 return find_files(folders, lambda x: 67 def find_makefiles(folders = ['system', 'frameworks', 'external']): argument 68 return find_files(folders, lambda x:
|
/development/tools/findunused/ |
D | findunusedstrings | 8 …folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
|
D | findunusedresources | 10 …folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
|