Searched refs:FileContents (Results 1 – 5 of 5) sorted by relevance
27 struct FileContents { struct62 int LoadFileContents(const char* filename, FileContents* file);63 int SaveFileContents(const char* filename, const FileContents* file);64 void FreeFileContents(FileContents* file);
53 std::vector<FileContents>* files) { in ParsePatchArgs()70 FileContents fc; in ParsePatchArgs()85 FileContents bonusFc; in PatchMode()122 std::vector<FileContents> files; in PatchMode()
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) { in LoadFileContents()107 static int LoadPartitionContents(const char* filename, FileContents* file) { in LoadPartitionContents()269 int SaveFileContents(const char* filename, const FileContents* file) { in SaveFileContents()529 FileContents file; in applypatch_check()652 FileContents copy_file; in applypatch()653 FileContents source_file; in applypatch()728 FileContents source_file; in applypatch_flash()[all …]
153 struct FileContents fc; in SetUpTestCase()
1419 FileContents fc; in ReadFileFn()