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

  /bootable/recovery/applypatch/
applypatch.h 34 } FileContents;
64 int LoadFileContents(const char* filename, FileContents* file);
65 void FreeFileContents(FileContents* file);
applypatch.c 33 static int SaveFileContents(const char* filename, FileContents file);
34 static int LoadPartitionContents(const char* filename, FileContents* file);
42 int LoadFileContents(const char* filename, FileContents* file) {
97 void FreeFileContents(FileContents* file) {
103 // FileContents. filename should be a string of the form
119 static int LoadPartitionContents(const char* filename, FileContents* file) {
304 // Save the contents of the given FileContents object under the given
306 static int SaveFileContents(const char* filename, FileContents file) {
473 FileContents file;
613 FileContents copy_file
    [all...]
main.c 76 FileContents fc;
  /bootable/recovery/updater/
install.c 355 // function (the char* returned is actually a FileContents*).
1011 // is actually a FileContents*).
1022 FileContents fc;

Completed in 118 milliseconds