Searched refs:oem_no_mount (Results 1 – 3 of 3) sorted by relevance
/build/make/tools/releasetools/ |
D | edify_generator.py | 72 def AssertOemProperty(self, name, values, oem_no_mount): argument 79 if oem_no_mount:
|
D | ota_from_target_files | 221 OPTIONS.oem_no_mount = False 434 def WriteDeviceAssertions(self, script, oem_no_mount): argument 453 script.AssertOemProperty(prop, values, oem_no_mount) 860 if target_info.oem_props and not OPTIONS.oem_no_mount: 889 target_info.WriteDeviceAssertions(script, OPTIONS.oem_no_mount) 1528 if not OPTIONS.oem_no_mount: 1628 target_info.WriteDeviceAssertions(script, OPTIONS.oem_no_mount) 2121 OPTIONS.oem_no_mount = True
|
D | ota_from_target_files.py | 221 OPTIONS.oem_no_mount = False 434 def WriteDeviceAssertions(self, script, oem_no_mount): argument 453 script.AssertOemProperty(prop, values, oem_no_mount) 860 if target_info.oem_props and not OPTIONS.oem_no_mount: 889 target_info.WriteDeviceAssertions(script, OPTIONS.oem_no_mount) 1528 if not OPTIONS.oem_no_mount: 1628 target_info.WriteDeviceAssertions(script, OPTIONS.oem_no_mount) 2121 OPTIONS.oem_no_mount = True
|