Lines Matching full:mtime
4719 struct utimbuf mtime;
4742 ret = LIBMTP_Get_File_To_File_Descriptor(device, id, fd, callback, data, &mtime);
4751 utime(path, &mtime);
4772 * @param mtime out parameter to return the timestamp for file on
4783 struct utimbuf * mtime)
4800 if (mtime != NULL) {
4801 mtime->actime = ob->oi.CaptureDate;
4802 mtime->modtime = ob->oi.ModificationDate;
4943 * @param mtime out parameter to return the timestamp for file on
4954 struct utimbuf * mtime)
4957 return LIBMTP_Get_File_To_File_Descriptor(device, id, fd, callback, data, mtime);