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,
498 // LoadFileContents is successful. (Useful for reading
501 if (LoadFileContents(filename, &file, RETOUCH_DO_MASK) != 0 ||
516 if (LoadFileContents(CACHE_TEMP_SOURCE, &file, RETOUCH_DO_MASK) != 0) {
644 if (LoadFileContents(target_filename, &source_file,
663 LoadFileContents(source_filename, &source_file,
680 if (LoadFileContents(CACHE_TEMP_SOURCE, &copy_file,
  /bootable/recovery/updater/
install.c     [all...]

Completed in 2329 milliseconds