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.py491 length = self.swap32bit_from_array(
500 length = self.swap32bit_from_array(pull_result, 0)
616 return self.swap32bit_from_array(stat_result, DEFAULT_OFFSET_OF_INT)
692 length = self.swap32bit_from_array(result, 4)
715 def swap32bit_from_array(value, offset): member in SyncService