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