OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:all_dirs
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
fixinc.sh
203
# Put the list in $
all_dirs
.
206
# Note that $
all_dirs
may have duplicates in it;
210
all_dirs
=""
224
all_dirs
="$
all_dirs
`find $d/. -type d -print | \
240
all_dirs
="$
all_dirs
$d1"
258
echo $
all_dirs
261
for file in $
all_dirs
; do
354
for file2 in $
all_dirs
; d
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
fixinc.sh
203
# Put the list in $
all_dirs
.
206
# Note that $
all_dirs
may have duplicates in it;
210
all_dirs
=""
224
all_dirs
="$
all_dirs
`find $d/. -type d -print | \
240
all_dirs
="$
all_dirs
$d1"
258
echo $
all_dirs
261
for file in $
all_dirs
; do
354
for file2 in $
all_dirs
; d
[
all
...]
/external/autotest/client/bin/result_tools/
utils.py
69
def get_dir_summary(path, top_dir,
all_dirs
=set()):
75
@param
all_dirs
: A set of paths that have been collected. This is to prevent
96
real_path in
all_dirs
):
99
all_dirs
.add(real_path)
102
all_dirs
)
/external/e2fsprogs/e2fsck/
rehash.c
918
int cur, max,
all_dirs
, first = 1;
local
921
all_dirs
= ctx->options & E2F_OPT_COMPRESS_DIRS;
923
if (!ctx->dirs_to_hash && !
all_dirs
)
931
if (
all_dirs
) {
945
if (
all_dirs
) {
973
if (
all_dirs
)
Completed in 412 milliseconds