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

  /bootable/recovery/applypatch/
applypatch.h 64 int LoadFileContents(const char* filename, FileContents* file,
main.c 77 if (LoadFileContents(colon, &fc, RETOUCH_DONT_MASK) != 0) {
106 if (LoadFileContents(argv[2], &fc, RETOUCH_DONT_MASK) != 0) {
applypatch.c 53 int LoadFileContents(const char* filename, FileContents* file,
591 // LoadFileContents is successful. (Useful for reading
594 if (LoadFileContents(filename, &file, RETOUCH_DO_MASK) != 0 ||
609 if (LoadFileContents(CACHE_TEMP_SOURCE, &file, RETOUCH_DO_MASK) != 0) {
745 if (LoadFileContents(target_filename, &source_file,
765 LoadFileContents(source_filename, &source_file,
782 if (LoadFileContents(CACHE_TEMP_SOURCE, &copy_file,
    [all...]
  /bootable/recovery/updater/
install.c     [all...]

Completed in 58 milliseconds