Home | History | Annotate | Download | only in applypatch

Lines Matching refs:FileContents

33 static int LoadPartitionContents(const char* filename, FileContents* file);
35 static int GenerateTarget(FileContents* source_file,
37 FileContents* copy_file,
53 int LoadFileContents(const char* filename, FileContents* file,
124 // FileContents. filename should be a string of the form
140 static int LoadPartitionContents(const char* filename, FileContents* file) {
325 // Save the contents of the given FileContents object under the given
327 int SaveFileContents(const char* filename, const FileContents* file) {
575 FileContents file;
725 FileContents copy_file;
726 FileContents source_file;
801 static int GenerateTarget(FileContents* source_file,
803 FileContents* copy_file,
814 FileContents* source_to_use;