Home
last modified time | relevance | path

Searched refs:FileContents (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/applypatch/
Dapplypatch.h27 struct FileContents { struct
62 int LoadFileContents(const char* filename, FileContents* file);
63 int SaveFileContents(const char* filename, const FileContents* file);
64 void FreeFileContents(FileContents* file);
Dmain.cpp53 std::vector<FileContents>* files) { in ParsePatchArgs()
70 FileContents fc; in ParsePatchArgs()
85 FileContents bonusFc; in PatchMode()
122 std::vector<FileContents> files; in PatchMode()
Dapplypatch.cpp40 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 …]
/bootable/recovery/tests/component/
Dapplypatch_test.cpp153 struct FileContents fc; in SetUpTestCase()
/bootable/recovery/updater/
Dinstall.cpp1419 FileContents fc; in ReadFileFn()