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

  /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...]
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"
Android.mk 18 LOCAL_SRC_FILES := applypatch.c bspatch.c freecache.c imgpatch.c utils.c
29 LOCAL_MODULE := applypatch
applypatch.h 46 // applypatch.c
52 int applypatch(const char* source_filename,
main.c 22 #include "applypatch.h"
122 int result = applypatch(argv[1], argv[2], argv[3], target_size,
applypatch.c 29 #include "applypatch.h"
612 int applypatch(const char* source_filename, function
905 // If this run of applypatch created the copy, and we're here, we
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
applypatchwithlocalcommit.py 29 from webkitpy.tool.steps.applypatch import ApplyPatch
32 class ApplyPatchWithLocalCommit(ApplyPatch):
35 return ApplyPatch.options() + [
40 ApplyPatch.run(self, state)
__init__.py 30 from webkitpy.tool.steps.applypatch import ApplyPatch
  /bootable/recovery/
Android.mk 73 include $(commands_recovery_local_path)/applypatch/Android.mk
  /build/core/
user_tags.mk 50 applypatch \
Makefile     [all...]
  /bootable/recovery/updater/
install.c 40 #include "applypatch/applypatch.h"
955 int result = applypatch(source_filename, target_filename,
    [all...]

Completed in 451 milliseconds