Home
last modified time | relevance | path

Searched refs:DIR (Results 1 – 6 of 6) sorted by relevance

/build/tools/droiddoc/test/stubs/
Drun.sh17 DIR=build/tools/droiddoc/test/stubs
21 . $TOP/$DIR/func.sh
24 find $DIR/src -name "*.java" | xargs javac -d out/stubs_compiled
26 build_stubs a $DIR/src $A_STUBS
32 diff -r $DIR/expected $A_STUBS
Dfunc.sh20 export EXPECTED=$DIR/expected
/build/
Denvsetup.sh615 local DIR TO_CHOP
618 for DIR in $DIRS ; do
619 DIR=`echo $DIR | sed -e 's:/$::'`
620 if [ -f $DIR/Android.mk ]; then
626 MFILE=$DIR/Android.mk
628 MFILE=$MFILE/$DIR/Android.mk
632 if [ "$DIR" = snod ]; then
634 elif [ "$DIR" = showcommands ]; then
636 elif [ "$DIR" = dist ]; then
638 elif [ "$DIR" = incrementaljavac ]; then
[all …]
/build/tools/atree/
Dfs.cpp47 DIR *d = opendir(path.c_str()); in remove_recursively()
Dfiles.cpp433 DIR *d = opendir(full.c_str()); in list_dir()
/build/libs/host/
DCopyFile.c435 DIR* dir; in copyDirectory()