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

  /bootable/recovery/applypatch/include/applypatch/
applypatch.h 58 int LoadFileContents(const char* filename, FileContents* file);
  /bootable/recovery/applypatch/
applypatch_modes.cpp 69 if (LoadFileContents(pieces[1].c_str(), &fc) != 0) {
87 if (LoadFileContents(argv[2], &bonusFc) != 0) {
applypatch.cpp 54 int LoadFileContents(const char* filename, FileContents* file) {
396 // LoadFileContents is successful. (Useful for reading
399 if (LoadFileContents(filename, &file) != 0 ||
406 if (LoadFileContents(CacheLocation::location().cache_temp_source().c_str(), &file) != 0) {
500 if (LoadFileContents(target_filename, &source_file) == 0) {
514 LoadFileContents(source_filename, &source_file);
528 if (LoadFileContents(CacheLocation::location().cache_temp_source().c_str(), &copy_file) < 0) {
579 if (LoadFileContents(source_filename, &source_file) == 0) {
  /bootable/recovery/updater/
install.cpp 805 if (LoadFileContents(filename.c_str(), &fc) == 0) {
    [all...]

Completed in 219 milliseconds