Searched refs:oem_no_mount (Results 1 – 4 of 4) 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 | 252 OPTIONS.oem_no_mount = False 724 if target_info.oem_props and not OPTIONS.oem_no_mount: 753 target_info.WriteDeviceAssertions(script, OPTIONS.oem_no_mount) 1382 if not OPTIONS.oem_no_mount: 1426 target_info.WriteDeviceAssertions(script, OPTIONS.oem_no_mount) 2060 OPTIONS.oem_no_mount = True
|
D | ota_from_target_files.py | 252 OPTIONS.oem_no_mount = False 724 if target_info.oem_props and not OPTIONS.oem_no_mount: 753 target_info.WriteDeviceAssertions(script, OPTIONS.oem_no_mount) 1382 if not OPTIONS.oem_no_mount: 1426 target_info.WriteDeviceAssertions(script, OPTIONS.oem_no_mount) 2060 OPTIONS.oem_no_mount = True
|
D | common.py | 578 def WriteDeviceAssertions(self, script, oem_no_mount): argument 597 script.AssertOemProperty(prop, values, oem_no_mount)
|