Home
last modified time | relevance | path

Searched refs:find (Results 1 – 25 of 124) sorted by relevance

12345

/build/soong/scripts/
Dgen_ndk_usedby_apex.sh49 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}" \;
59find -L "$dir" -type f -perm /111 ! -name "*.so" -exec "${readelf}" --dyn-symbols {} >> "${tmpOutp…
/build/make/tools/droiddoc/templates-pdk/assets/design/
Ddefault.js32 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) {
/build/soong/bin/
Dresgrep17 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 "$@" {} +
Drcgrep17 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( \
Djsongrep17 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( \
Dggrep17 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( \
Dmangrep17 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( \
Dpygrep17 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( \
Dgogrep17 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( \
Dtomlgrep17 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( \
Drsgrep17 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( \
Downgrep17 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( \
Dktgrep17 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( \
Djgrep17 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( \
Dsepgrep17 find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -name sepolicy -type d \
Dcgrep17 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( \
Dmgrep17 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( \
Dtreegrep17 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( \
/build/make/core/
Ddupcheck.sh44 find ./"${OUT_DIR}"/${IMG}/ -name "lib*.so" -type f -print0 | xargs -0 md5sum | sed -e "s# .*/# #" …
53find ./"${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…
71find ./"${OUT_DIR}"/${IMG}/ -name "${filename}" -type f -print0 | xargs -0 stat --format="%s %n" 2…
/build/make/tools/
Dprint_module_licenses.sh2 find . -name MODULE_LICENSE_\* | sed 's/\/MODULE_LICENSE_/\ /' | sed 's/\.\///' | awk '{ print $2 "…
Dfixlinebreaks.sh7 FILES=`find . \( -iname '*.c' -o -iname '*.cpp' -o -iname '*.h' -o -iname '*.mk' -o -iname '*.html'…
/build/bazel/examples/android_app/java/com/app/
Dno_ndk_libs_in_android_app.sh30 unsigned_apk=$(find ${RUNFILES_DIR} -name *_unsigned.apk)
/build/bazel/ci/
Ddeterminism_test.sh76find $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
Dmixed_droid.sh27 if find out/ -type d -name bazel-out &>/dev/null; then
/build/soong/
Dbuild_kzip.bash73 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')

12345