Home
last modified time | relevance | path

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

/packages/apps/Car/tests/tools/rro/
Dresource_utils.py56 def get_all_resources(resDir, excluded_resource_files=[]): argument
57 excluded_resource_files = [os.path.abspath(file) for file in excluded_resource_files]
67 if file.endswith('.xml') and filePath not in excluded_resource_files:
77 if file.endswith('.xml') and filePath not in excluded_resource_files: