Home
last modified time | relevance | path

Searched refs:patch_file_src (Results 1 – 1 of 1) sorted by relevance

/external/snakeyaml/
Dpatch-android-src55 patch_file_src=$(grep --files-with-matches -R "diff --git a/$src_file" "$ANDROID_PATCHES_DIR")
62 src_file_check=$(cat "$patch_file_src" | grep "diff --git a/" | sed -e "s:diff --git a\/::g" | sed …
65 if ! [[ -f $patch_file_src ]]; then
66 echo "Patch file $patch_file_src does not exist." >&2
70 if ! cat "$patch_file_src" | grep "diff --git a/" > /dev/null; then
71 echo "File $patch_file_src is not a valid diff file" >&2
90 patch --quiet "$(basename "$dst_file")" "$patch_file_src"