OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mindepth
(Results
1 - 5
of
5
) sorted by null
/build/tools/
findleaves.py
26
def perform_find(
mindepth
, prune, dirlist, filename):
45
#
mindepth
46
if
mindepth
> 0:
48
if depth <
mindepth
:
59
--
mindepth
=<
mindepth
>
70
mindepth
= -1
75
if arg.startswith("--
mindepth
="):
77
mindepth
= int(arg[len("--
mindepth
="):]
[
all
...]
/cts/tools/dx-tests/etc/morescripts/
detailCount.sh
23
for mypack in `find dxc -maxdepth 4 -
mindepth
4 -name "Test_*.java" | sort`
/external/chromium/sdch/open-vcdiff/packages/
deb.sh
71
mv $(find tmp -
mindepth
1 -maxdepth 1 -type f) "$destdir"
/build/core/
definitions.mk
139
--
mindepth
=2 $(1) Android.mk)
[
all
...]
main.mk
486
# --
mindepth
=2 makes the prunes not work.
Completed in 380 milliseconds