Searched refs:sectime (Results 1 – 2 of 2) sorted by relevance
121 char *sectime; in main() local181 ret = LIBMTP_Get_Secure_Time(device, §ime); 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()
3617 int LIBMTP_Get_Secure_Time(LIBMTP_mtpdevice_t *device, char ** const sectime) in LIBMTP_Get_Secure_Time() argument3619 return get_device_unicode_property(device, sectime, PTP_DPC_MTP_SecureTime); in LIBMTP_Get_Secure_Time()