Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(442)

Side by Side Diff: patches/15_read_chunks.patch

Issue 12047064: libmtp: Rename patches/15_read_chunks.diff to patches/15_read_chunks.patch. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libmtp/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « patches/15_read_chunks.diff ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Index: src/libmtp.c 1 Index: src/libmtp.c
2 =================================================================== 2 ===================================================================
3 --- src/libmtp.c (revision 167447) 3 --- src/libmtp.c (revision 167447)
4 +++ src/libmtp.c (working copy) 4 +++ src/libmtp.c (working copy)
5 @@ -4972,6 +4972,56 @@ 5 @@ -4972,6 +4972,56 @@
6 } 6 }
7 7
8 /** 8 /**
9 + * This copies a chunk of a file off the device to memory. 9 + * This copies a chunk of a file off the device to memory.
10 + * @param device a pointer to the device to get the track from. 10 + * @param device a pointer to the device to get the track from.
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 --- src/libmtp.sym (revision 167447) 90 --- src/libmtp.sym (revision 167447)
91 +++ src/libmtp.sym (working copy) 91 +++ src/libmtp.sym (working copy)
92 @@ -49,6 +49,7 @@ 92 @@ -49,6 +49,7 @@
93 LIBMTP_Get_Filelisting_With_Callback 93 LIBMTP_Get_Filelisting_With_Callback
94 LIBMTP_Get_Files_And_Folders 94 LIBMTP_Get_Files_And_Folders
95 LIBMTP_Get_Filemetadata 95 LIBMTP_Get_Filemetadata
96 +LIBMTP_Get_File_Chunk 96 +LIBMTP_Get_File_Chunk
97 LIBMTP_Get_File_To_File 97 LIBMTP_Get_File_To_File
98 LIBMTP_Get_File_To_File_Descriptor 98 LIBMTP_Get_File_To_File_Descriptor
99 LIBMTP_Get_File_To_Handler 99 LIBMTP_Get_File_To_Handler
OLDNEW
« no previous file with comments | « patches/15_read_chunks.diff ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698