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_files220 OPTIONS.oem_source = None
655 def _LoadOemDicts(oem_source): argument
657 if not oem_source:
661 for oem_file in oem_source:
2119 OPTIONS.oem_source = a.split(',')
2241 OPTIONS.oem_dicts = _LoadOemDicts(OPTIONS.oem_source)
Dota_from_target_files.py220 OPTIONS.oem_source = None
655 def _LoadOemDicts(oem_source): argument
657 if not oem_source:
661 for oem_file in oem_source:
2119 OPTIONS.oem_source = a.split(',')
2241 OPTIONS.oem_dicts = _LoadOemDicts(OPTIONS.oem_source)
Dtest_ota_from_target_files.py370 oem_source = []
376 oem_source.append(dict_file)
378 oem_dicts = _LoadOemDicts(oem_source)