Home
last modified time | relevance | path

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

/external/strace/
Dmtd.c109 struct otp_info oinfo; in decode_otp_info() local
112 if (umove_or_printaddr(tcp, addr, &oinfo)) in decode_otp_info()
116 oinfo.start, oinfo.length, oinfo.locked); in decode_otp_info()
/external/libmtp/src/
Dptp.c6790 PTPObjectInfo oinfo; in ptp_object_want()
6792 memset (&oinfo,0,sizeof(oinfo)); in ptp_object_want()
6802 oinfo.ParentObject = xpl->propval.u32; in ptp_object_want()
6810 oinfo.ObjectFormat = xpl->propval.u16; in ptp_object_want()
6816 oinfo.ObjectCompressedSize = xpl->propval.u32; in ptp_object_want()
6819 oinfo.ObjectCompressedSize = xpl->propval.u64; in ptp_object_want()
6832 oinfo.StorageID = xpl->propval.u32; in ptp_object_want()
6840 oinfo.ProtectionStatus = xpl->propval.u16; in ptp_object_want()
6850 oinfo.Filename = strdup(xpl->propval.str); in ptp_object_want()
6852 oinfo.Filename = NULL; in ptp_object_want()
[all …]