Home
last modified time | relevance | path

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

/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddmlib.py494 length = self.swap32bit_from_array(
503 length = self.swap32bit_from_array(pull_result, 0)
619 return self.swap32bit_from_array(stat_result, DEFAULT_OFFSET_OF_INT)
695 length = self.swap32bit_from_array(result, 4)
718 def swap32bit_from_array(value, offset): member in SyncService