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

  /bootable/recovery/applypatch/
Android.mk 21 applypatch.cpp \
103 # applypatch (target executable)
107 LOCAL_MODULE := applypatch
imgpatch.cpp 20 #include <applypatch/imgpatch.h>
35 #include <applypatch/applypatch.h>
36 #include <applypatch/imgdiff.h>
applypatch_modes.cpp 32 #include "applypatch/applypatch.h"
128 return applypatch(argv[1], argv[2], argv[3], target_size, sha1s, patches, &bonus);
131 // This program (applypatch) applies binary patches to files in a way that
applypatch.cpp 17 #include "applypatch/applypatch.h"
491 int applypatch(const char* source_filename, const char* target_filename, function
  /bootable/recovery/applypatch/include/applypatch/
applypatch.h 47 // applypatch.cpp
53 int applypatch(const char* source_filename,
  /build/make/target/product/
base.mk 29 applypatch \
  /bootable/recovery/
Android.mk 258 $(LOCAL_PATH)/applypatch/Android.mk \
  /bootable/recovery/updater/
install.cpp 49 #include <applypatch/applypatch.h>
661 int result = applypatch(source_filename.c_str(), target_filename.c_str(),
    [all...]
blockimg.cpp 46 #include <applypatch/applypatch.h>
    [all...]
  /bootable/recovery/tests/component/
imgdiff_test.cpp 25 #include <applypatch/imgdiff.h>
26 #include <applypatch/imgpatch.h>

Completed in 1262 milliseconds