HomeSort by relevance Sort by last modified time
    Searched refs:PATCHES (Results 1 - 3 of 3) 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'."
47 echo "ERROR: Missing patches directory. See --help for usage."
52 echo "ERROR: Invalid patches directory: $PATCHES_DIR"
60 PATCHES=`(cd $PATCHES_DIR && find . -name "*.patch" | sort ) 2> /dev/null`
61 if [ -z "$PATCHES" ] ; then
62 log "No patches files in $PATCHES_DIR
    [all...]
build-mingw64-toolchain.sh 434 PATCHES_DIR="$PROGDIR/toolchain-patches-host/mingw-w64"
436 PATCHES=$(find "$PATCHES_DIR" -name "*.patch" | sort)
437 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) }

Completed in 463 milliseconds