Home | History | Annotate | Download | only in src

Lines Matching defs:new_file

5782     PTPObjectInfo new_file;
5784 memset(&new_file, 0, sizeof(PTPObjectInfo));
5786 new_file.Filename = filedata->filename;
5788 strip_7bit_from_utf8(new_file.Filename);
5791 new_file.ObjectCompressedSize = (uint32_t) filedata->filesize;
5792 new_file.ObjectFormat = of;
5793 new_file.StorageID = store;
5794 new_file.ParentObject = localph;
5795 new_file.ModificationDate = time(NULL);
5798 ret = ptp_sendobjectinfo(params, &store, &localph, &filedata->item_id, &new_file);
5808 // NOTE: the char* pointers inside new_file are not copies so don't