Home
last modified time | relevance | path

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

/external/libmtp/examples/
Ddetect.c136 char *sectime; in main() local
196 ret = LIBMTP_Get_Secure_Time(device, &sectime); in main()
197 if (ret == 0 && sectime != NULL) { in main()
198 fprintf(stdout, "\nSecure Time:\n%s\n", sectime); in main()
199 free(sectime); in main()
/external/libmtp/src/
Dlibmtp.c3959 int LIBMTP_Get_Secure_Time(LIBMTP_mtpdevice_t *device, char ** const sectime) in LIBMTP_Get_Secure_Time() argument
3961 return get_device_unicode_property(device, sectime, PTP_DPC_MTP_SecureTime); in LIBMTP_Get_Secure_Time()