OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mindepth
(Results
26 - 31
of
31
) sorted by null
1
2
/external/strace/linux/
ioctlent.sh
79
find . -
mindepth
2 -name Kbuild | \
/external/qemu/distrib/sdl-1.2.15/build-scripts/
fatbuild.sh
218
target=`find . -
mindepth
4 -maxdepth 4 -type f -name '*.dylib' | head -1 | sed 's|.*/||'`
219
(lipo -create -o $output/$target `find . -
mindepth
4 -maxdepth 4 -type f -name "*.dylib"` &&
/external/chromium/build/
install-build-deps.sh
452
find dpkg/DEBIAN -
mindepth
1 "(" -name control -o -name md5sums -o \
458
find dpkg -
mindepth
1 -regextype posix-extended \
/external/smack/asmack-master/
build.bash
257
for dir in `find patch -maxdepth 1 -
mindepth
1 -type d`; do
/build/core/
main.mk
478
# --
mindepth
=2 makes the prunes not work.
[
all
...]
definitions.mk
151
--
mindepth
=2 $(1) Android.mk)
[
all
...]
Completed in 1302 milliseconds
1
2