Home
last modified time | relevance | path

Searched refs:LoadFileContents (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/applypatch/
Dapplypatch_modes.cpp69 if (LoadFileContents(pieces[1].c_str(), &fc) != 0) { in ParsePatchArgs()
87 if (LoadFileContents(argv[2], &bonusFc) != 0) { in PatchMode()
Dapplypatch.cpp54 int LoadFileContents(const char* filename, FileContents* file) { in LoadFileContents() function
399 if (LoadFileContents(filename, &file) != 0 || in applypatch_check()
406 if (LoadFileContents(CacheLocation::location().cache_temp_source().c_str(), &file) != 0) { in applypatch_check()
500 if (LoadFileContents(target_filename, &source_file) == 0) { in applypatch()
514 LoadFileContents(source_filename, &source_file); in applypatch()
528 if (LoadFileContents(CacheLocation::location().cache_temp_source().c_str(), &copy_file) < 0) { in applypatch()
579 if (LoadFileContents(source_filename, &source_file) == 0) { in applypatch_flash()
/bootable/recovery/applypatch/include/applypatch/
Dapplypatch.h58 int LoadFileContents(const char* filename, FileContents* file);
/bootable/recovery/updater/
Dinstall.cpp805 if (LoadFileContents(filename.c_str(), &fc) == 0) { in ReadFileFn()