Home
last modified time | relevance | path

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

/trusty/device/arm/generic-arm64/project/qemu/
Dlldb_support.py72 def parse_uuid_struct(uuid_struct): argument
74 time_low = uuid_struct.GetChildMemberWithName(
76 time_mid = uuid_struct.GetChildMemberWithName(
78 time_hi_and_version = uuid_struct.GetChildMemberWithName(
81 uuid_struct.GetChildMemberWithName(
128 uuid_struct = trusty_app.GetChildMemberWithName(
131 uuid = parse_uuid_struct(uuid_struct)