Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dedify_generator.py72 def AssertOemProperty(self, name, values, oem_no_mount): argument
79 if oem_no_mount:
Dota_from_target_files221 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
Dota_from_target_files.py221 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