Home
last modified time | relevance | path

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

/development/scripts/
Dacov101 DIR=$(mktemp -d covreport-XXXXXX)
110 lcov -c -d $ANDROID_OUT -o $DIR/$FILE --gcov-tool=llvm-gcov $@
111 COVERAGE_REPORTS="-a $DIR/$FILE $COVERAGE_REPORTS"
117 lcov $COVERAGE_REPORTS -o $DIR/$FILE
118 echo "Generating coverage report at $DIR"
119 genhtml -q -o $DIR $DIR/$FILE
120 xdg-open $DIR/index.html >/dev/null
/development/build/tools/
Dsdk_clean.sh7 DIR=$1
16 find $DIR -name "*.java" -o -name "*.xml" | xargs -n 1 \
33 find $DIR -name "*.aidl" -o -name "*.css" -o -name "*.html" -o -name "*.java" \
/development/samples/VirtualDeviceManager/common/src/com/example/android/vdmdemo/common/
DVideoManager.java313 private static final String DIR = "Download"; field in VideoManager.StorageFile
319 String filePath = DIR + "/" + FILENAME + "_" + id + ".h264"; in StorageFile()