Home
last modified time | relevance | path

Searched refs:DIR (Results 1 – 7 of 7) 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.sh803 local DIR TO_CHOP
807 for DIR in $DIRS ; do
808 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 ]; then
819 MFILE=$DIR/Android.mk
821 MFILE=$MFILE/$DIR/Android.mk
825 case $DIR in
826 showcommands | snod | dist | *=*) ARGS="$ARGS $DIR";;
827 GET-INSTALL-PATH) GET_INSTALL_PATH=$DIR;;
[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.c438 DIR* dir; in copyDirectory()
/build/kati/
Dfind.cc846 DIR* dir = opendir(path.empty() ? "." : path.c_str()); in ConstructDirectoryTree()