Loading envsetup.sh +5 −0 Original line number Original line Diff line number Diff line Loading @@ -935,6 +935,11 @@ function resgrep() for dir in `find . -name .repo -prune -o -name .git -prune -o -name res -type d`; do find $dir -type f -name '*\.xml' -print0 | xargs -0 grep --color -n "$@"; done; for dir in `find . -name .repo -prune -o -name .git -prune -o -name res -type d`; do find $dir -type f -name '*\.xml' -print0 | xargs -0 grep --color -n "$@"; done; } } function mangrep() { find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'AndroidManifest.xml' -print0 | xargs -0 grep --color -n "$@" } case `uname -s` in case `uname -s` in Darwin) Darwin) function mgrep() function mgrep() Loading Loading
envsetup.sh +5 −0 Original line number Original line Diff line number Diff line Loading @@ -935,6 +935,11 @@ function resgrep() for dir in `find . -name .repo -prune -o -name .git -prune -o -name res -type d`; do find $dir -type f -name '*\.xml' -print0 | xargs -0 grep --color -n "$@"; done; for dir in `find . -name .repo -prune -o -name .git -prune -o -name res -type d`; do find $dir -type f -name '*\.xml' -print0 | xargs -0 grep --color -n "$@"; done; } } function mangrep() { find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'AndroidManifest.xml' -print0 | xargs -0 grep --color -n "$@" } case `uname -s` in case `uname -s` in Darwin) Darwin) function mgrep() function mgrep() Loading