Searched refs:DIR (Results 1 – 6 of 6) sorted by relevance
17 DIR=build/tools/droiddoc/test/stubs21 . $TOP/$DIR/func.sh24 find $DIR/src -name "*.java" | xargs javac -d out/stubs_compiled26 build_stubs a $DIR/src $A_STUBS32 diff -r $DIR/expected $A_STUBS
20 export EXPECTED=$DIR/expected
663 local DIR TO_CHOP666 for DIR in $DIRS ; do667 DIR=`echo $DIR | sed -e 's:/$::'`668 if [ -f $DIR/Android.mk ]; then674 MFILE=$DIR/Android.mk676 MFILE=$MFILE/$DIR/Android.mk680 if [ "$DIR" = snod ]; then682 elif [ "$DIR" = showcommands ]; then684 elif [ "$DIR" = dist ]; then687 echo "No Android.mk in $DIR."
45 DIR *d = opendir(path.c_str()); in remove_recursively()
385 DIR *d = opendir(full.c_str()); in list_dir()
416 DIR* dir; in copyDirectory()