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

  /ndk/build/tools/
patch-sources.sh 18 # Script used to patch a source directory from a series of patches
23 PROGRAM_PARAMETERS="<src-dir> <patches-dir>"
25 "Patch a target source directory with a series of patches taken
27 is found under <patches-dir>/subdir/foo.patch will be applied with
30 Patches are applied in the order they are found by 'find'."
33 register_var_option "--reverse" OPTION_REVERSE "Reverse the patches applied previously"
50 echo "ERROR: Missing patches directory. See --help for usage."
55 echo "ERROR: Invalid patches directory: $PATCHES_DIR"
68 PATCHES=`(cd $PATCHES_DIR && find . -name "*.patch" | sort $SORT) 2> /dev/null`
70 if [ -z "$PATCHES" ] ; the
    [all...]
build-mingw64-toolchain.sh 458 PATCHES_DIR="$PROGDIR/toolchain-patches-host/mingw-w64"
460 PATCHES=$(find "$PATCHES_DIR" -name "*.patch" | sort)
461 for PATCH in $PATCHES; do
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch_test.rb 18 PATCHES = {
67 PATCHES.each { |id, info| check_one_patch(id, info) }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 458 PATCHES_DIR="$PROGDIR/toolchain-patches-host/mingw-w64"
460 PATCHES=$(find "$PATCHES_DIR" -name "*.patch" | sort)
461 for PATCH in $PATCHES; do

Completed in 1223 milliseconds