Home
last modified time | relevance | path

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

/external/libmtp/examples/
Ddetect.c121 char *sectime; in main() local
181 ret = LIBMTP_Get_Secure_Time(device, &sectime); in main()
182 if (ret == 0 && sectime != NULL) { in main()
183 fprintf(stdout, "\nSecure Time:\n%s\n", sectime); in main()
184 free(sectime); in main()
/external/libmtp/src/
Dlibmtp.c3617 int LIBMTP_Get_Secure_Time(LIBMTP_mtpdevice_t *device, char ** const sectime) in LIBMTP_Get_Secure_Time() argument
3619 return get_device_unicode_property(device, sectime, PTP_DPC_MTP_SecureTime); in LIBMTP_Get_Secure_Time()