Searched refs:DIR (Results 1 – 7 of 7) 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
803 local DIR TO_CHOP807 for DIR in $DIRS ; do808 MODULES=`echo $DIR | sed -n -e 's/.*:\(.*$\)/\1/p' | sed 's/,/ /'`812 DIR=`echo $DIR | sed -e 's/:.*//' -e 's:/$::'`813 if [ -f $DIR/Android.mk ]; then819 MFILE=$DIR/Android.mk821 MFILE=$MFILE/$DIR/Android.mk825 case $DIR in826 showcommands | snod | dist | *=*) ARGS="$ARGS $DIR";;827 GET-INSTALL-PATH) GET_INSTALL_PATH=$DIR;;[all …]
47 DIR *d = opendir(path.c_str()); in remove_recursively()
433 DIR *d = opendir(full.c_str()); in list_dir()
438 DIR* dir; in copyDirectory()
846 DIR* dir = opendir(path.empty() ? "." : path.c_str()); in ConstructDirectoryTree()