Searched refs:DIR (Results 1 – 3 of 3) sorted by relevance
101 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/$FILE118 echo "Generating coverage report at $DIR"119 genhtml -q -o $DIR $DIR/$FILE120 xdg-open $DIR/index.html >/dev/null
7 DIR=$116 find $DIR -name "*.java" -o -name "*.xml" | xargs -n 1 \33 find $DIR -name "*.aidl" -o -name "*.css" -o -name "*.html" -o -name "*.java" \
41 self.DIR = "frameworks libcore"107 p.DIR = a235 for d in p.DIR.split():