Lines Matching refs:FileContents
40 static int LoadPartitionContents(const char* filename, FileContents* file);
42 static int GenerateTarget(FileContents* source_file,
44 FileContents* copy_file,
58 int LoadFileContents(const char* filename, FileContents* file) {
91 // FileContents. filename should be a string of the form
107 static int LoadPartitionContents(const char* filename, FileContents* file) {
267 // Save the contents of the given FileContents object under the given
269 int SaveFileContents(const char* filename, const FileContents* file) {
529 FileContents file;
652 FileContents copy_file;
653 FileContents source_file;
728 FileContents source_file;
766 static int GenerateTarget(FileContents* source_file,
768 FileContents* copy_file,
778 FileContents* source_to_use;