Home | History | Annotate | Download | only in applypatch

Lines Matching refs:FileContents

33 static int SaveFileContents(const char* filename, FileContents file);
34 static int LoadPartitionContents(const char* filename, FileContents* file);
42 int LoadFileContents(const char* filename, FileContents* file) {
97 void FreeFileContents(FileContents* file) {
103 // FileContents. filename should be a string of the form
119 static int LoadPartitionContents(const char* filename, FileContents* file) {
304 // Save the contents of the given FileContents object under the given
306 static int SaveFileContents(const char* filename, FileContents file) {
473 FileContents file;
613 FileContents copy_file;
614 FileContents source_file;
674 FileContents* source_to_use;