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.sh663 local DIR TO_CHOP
666 for DIR in $DIRS ; do
667 DIR=`echo $DIR | sed -e 's:/$::'`
668 if [ -f $DIR/Android.mk ]; then
674 MFILE=$DIR/Android.mk
676 MFILE=$MFILE/$DIR/Android.mk
680 if [ "$DIR" = snod ]; then
682 elif [ "$DIR" = showcommands ]; then
684 elif [ "$DIR" = dist ]; then
687 echo "No Android.mk in $DIR."
/build/tools/atree/
Dfs.cpp45 DIR *d = opendir(path.c_str()); in remove_recursively()
Dfiles.cpp385 DIR *d = opendir(full.c_str()); in list_dir()
/build/libs/host/
DCopyFile.c416 DIR* dir; in copyDirectory()