HomeSort by relevance Sort by last modified time
    Searched refs:FileContents (Results 1 - 4 of 4) sorted by null

  /bootable/recovery/applypatch/
applypatch.h 35 } FileContents;
64 int LoadFileContents(const char* filename, FileContents* file,
66 int SaveFileContents(const char* filename, const FileContents* file);
67 void FreeFileContents(FileContents* file);
main.c 76 FileContents fc;
105 FileContents fc;
applypatch.c 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
    [all...]
  /bootable/recovery/updater/
install.c 379 // function (the char* returned is actually a FileContents*).
    [all...]

Completed in 41 milliseconds