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) {
587 FileContents file;
737 FileContents copy_file;
738 FileContents source_file;
813 static int GenerateTarget(FileContents* source_file,
815 FileContents* copy_file,
826 FileContents* source_to_use;