Home
last modified time | relevance | path

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

/packages/apps/Car/systemlibs/tools/rro/
Dresource_utils.py62 def get_all_resources(resDir, excluded_resource_files=[]): argument
63 excluded_resource_files = [os.path.abspath(file) for file in excluded_resource_files]
73 if file.endswith('.xml') and filePath not in excluded_resource_files:
83 if file.endswith('.xml') and filePath not in excluded_resource_files: