Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dota_from_target_files251 OPTIONS.oem_source = None
498 def _LoadOemDicts(oem_source): argument
500 if not oem_source:
504 for oem_file in oem_source:
2058 OPTIONS.oem_source = a.split(',')
2195 OPTIONS.oem_dicts = _LoadOemDicts(OPTIONS.oem_source)
Dota_from_target_files.py251 OPTIONS.oem_source = None
498 def _LoadOemDicts(oem_source): argument
500 if not oem_source:
504 for oem_file in oem_source:
2058 OPTIONS.oem_source = a.split(',')
2195 OPTIONS.oem_dicts = _LoadOemDicts(OPTIONS.oem_source)
Dtest_ota_from_target_files.py94 oem_source = []
100 oem_source.append(dict_file)
102 oem_dicts = _LoadOemDicts(oem_source)