Searched refs:find (Results 1 – 25 of 124) sorted by relevance
12345
49 find "$dir" -name "*.jar" -exec unzip -o {} -d "${tmpUnzippedDir}" \;50 find "$dir" -name "*.apk" -exec unzip -o {} -d "${tmpUnzippedDir}" \;51 find "${tmpUnzippedDir}" -name "*.MF" -exec rm {} \;58 find -L "$dir" -type f -name "*.so" -exec "${readelf}" --dyn-symbols {} >> "${tmpOutput}" \;59 …find -L "$dir" -type f -perm /111 ! -name "*.so" -exec "${readelf}" --dyn-symbols {} >> "${tmpOutp…
32 var $selNavLink = $('#nav').find('a[href="' + pagePath + '"]');45 $prevLink = $prevListItem.find('a:last');48 $prevLink = $prevListItem.find('a:eq(0)');52 $prevLink = $selListItem.parents('li').find('a');71 $nextLink = $selListItem.find('ul').find('a:eq(0)')74 $nextLink = $selListItem.next('li').find('a:eq(0)');77 $nextLink = $selListItem.parents('li').next('li.nav-section').find('a:eq(0)');122 $('.nav-section-header').find('a:eq(0)').click(function(evt) {
17 for dir in `find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -name res -type d…18 find $dir -type f -name '*\.xml' -exec grep --color -n "$@" {} +
17 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( \
17 find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -name sepolicy -type d \
44 find ./"${OUT_DIR}"/${IMG}/ -name "lib*.so" -type f -print0 | xargs -0 md5sum | sed -e "s# .*/# #" …53 …find ./"${OUT_DIR}"/${IMG}/ -name "${filename}" -type f -print0 | xargs -0 md5sum | grep "${checks…65 find ./"${OUT_DIR}"/${IMG}/ -name "*.so" -type f -print0 | xargs -0 stat --format="%s %n" 2>/dev/nu…71 …find ./"${OUT_DIR}"/${IMG}/ -name "${filename}" -type f -print0 | xargs -0 stat --format="%s %n" 2…
2 find . -name MODULE_LICENSE_\* | sed 's/\/MODULE_LICENSE_/\ /' | sed 's/\.\///' | awk '{ print $2 "…
7 FILES=`find . \( -iname '*.c' -o -iname '*.cpp' -o -iname '*.h' -o -iname '*.mk' -o -iname '*.html'…
30 unsigned_apk=$(find ${RUNFILES_DIR} -name *_unsigned.apk)
76 …find $OUT_DIR/soong/workspace -type f,l -iname "BUILD.bazel" -o -iname "*.bzl" | xargs "${PREBUILT…77 find $OUT_DIR/soong/soong_injection -type f,l | xargs "${PREBUILTS}"/md5sum >> $filepath
27 if find out/ -type d -name bazel-out &>/dev/null; then
73 declare -r kzip_count=$(find "$out" -name '*.kzip' | wc -l)78 "$out/host/linux-x86/bin/merge_zips" "$DIST_DIR/$allkzip" @<(find "$out" -name '*.kzip')