/bootable/recovery/applypatch/ |
applypatch.sh | 3 # A test suite for applypatch. Run in a client where you have done 14 DATA_DIR=$ANDROID_BUILD_TOP/bootable/recovery/applypatch/testdata 16 # This must be the filename that applypatch uses for its copies. 86 run_command rm $WORK_DIR/applypatch 99 $ADB push $ANDROID_PRODUCT_OUT/system/bin/applypatch $WORK_DIR/applypatch 110 run_command $WORK_DIR/applypatch && fail 113 run_command $WORK_DIR/applypatch -l | grep -q -i copyright || fail 121 run_command $WORK_DIR/applypatch -c $WORK_DIR/old.file $OLD_SHA1 || fail 124 run_command $WORK_DIR/applypatch -c $WORK_DIR/old.file $BAD1_SHA1 $OLD_SHA1 $BAD2_SHA1|| fai [all...] |
Android.mk | 18 LOCAL_SRC_FILES := applypatch.c bspatch.c freecache.c imgpatch.c utils.c 29 LOCAL_MODULE := applypatch
|
imgdiff_test.sh | 3 # A script for testing imgdiff/applypatch. It takes two full OTA 68 run_command rm $WORK_DIR/applypatch 78 $ADB push $ANDROID_PRODUCT_OUT/system/bin/applypatch $WORK_DIR/applypatch 93 run_command /data/local/tmp/applypatch /data/local/tmp/source \ 96 || fail "applypatch of $fn failed"
|
applypatch.h | 45 // applypatch.c 51 int applypatch(const char* source_filename,
|
main.c | 22 #include "applypatch.h" 137 int result = applypatch(argv[1], argv[2], argv[3], target_size,
|
bspatch.c | 20 // applypatch with the -l option will display the bsdiff license 32 #include "applypatch.h"
|
freecache.c | 12 #include "applypatch.h"
|
imgpatch.c | 29 #include "applypatch.h"
|
applypatch.c | 30 #include "applypatch.h" 709 int applypatch(const char* source_filename, function [all...] |
imgdiff.c | 36 * is available in applypatch, namely, the one in the zlib library. 118 * be available (and passed to applypatch with -b) when applying the 902 // This makes applypatch much faster -- it can apply a trivial [all...] |
/external/sepolicy/ |
install_recovery.te | 13 # Execute /system/bin/applypatch
|
/build/target/product/ |
base.mk | 27 applypatch \
|
/external/chromium_org/v8/test/mjsunit/ |
debug-liveedit-patch-positions.js | 80 function ApplyPatch(orig_animal, new_animal) { 109 var pcArray1 = ApplyPatch('Cat', 'Dog'); 115 var pcArray2 = ApplyPatch('Dog', 'Capybara');
|
/bootable/recovery/ |
Android.mk | 137 $(LOCAL_PATH)/applypatch/Android.mk
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
svn-apply | 75 sub applyPatch($$;$); 201 sub applyPatch($$;$) 337 applyPatch($newPatch, $fullPath, ["--fuzz=3"]); 340 applyPatch($patch, $fullPath); 354 applyPatch($patch, $fullPath, ["--force"]) if $patch; 359 applyPatch($patch, $fullPath) if $patch;
|
/device/lge/hammerhead/ |
releasetools.py | 84 info.script.ApplyPatch(
|
/build/tools/releasetools/ |
edify_generator.py | 256 def ApplyPatch(self, srcfile, tgtfile, tgtsize, tgtsha1, *patchpairs): 261 raise ValueError("bad patches given to ApplyPatch")
|
ota_from_target_files | 881 script.ApplyPatch("%s:%s:%d:%s:%d:%s" [all...] |
common.py | [all...] |
/external/chromium_org/v8/tools/push-to-trunk/ |
merge_to_branch.py | 146 self.ApplyPatch(self.Config("TEMPORARY_PATCH_FILE"), self._options.revert) 148 self.ApplyPatch(self._options.patch, self._options.revert)
|
/device/asus/deb/ |
releasetools.py | 84 info.script.ApplyPatch(
|
/device/asus/flo/ |
releasetools.py | 97 info.script.ApplyPatch(
|
/device/lge/mako/ |
releasetools.py | 84 info.script.ApplyPatch(
|
/bootable/recovery/updater/ |
blockimg.c | 32 #include "applypatch/applypatch.h"
|
install.c | 38 #include "applypatch/applypatch.h" [all...] |