Searched refs:LoadFileContents (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/applypatch/ |
D | applypatch_modes.cpp | 69 if (LoadFileContents(pieces[1].c_str(), &fc) != 0) { in ParsePatchArgs() 87 if (LoadFileContents(argv[2], &bonusFc) != 0) { in PatchMode()
|
D | applypatch.cpp | 54 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(), ©_file) < 0) { in applypatch() 579 if (LoadFileContents(source_filename, &source_file) == 0) { in applypatch_flash()
|
/bootable/recovery/applypatch/include/applypatch/ |
D | applypatch.h | 58 int LoadFileContents(const char* filename, FileContents* file);
|
/bootable/recovery/updater/ |
D | install.cpp | 805 if (LoadFileContents(filename.c_str(), &fc) == 0) { in ReadFileFn()
|