Home
last modified time | relevance | path

Searched refs:oem_no_mount (Results 1 – 4 of 4) 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_files252 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
Dota_from_target_files.py252 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
Dcommon.py578 def WriteDeviceAssertions(self, script, oem_no_mount): argument
597 script.AssertOemProperty(prop, values, oem_no_mount)