Searched refs:DIR (Results 1 – 3 of 3) sorted by relevance
96 DIR=$(mktemp -d covreport-XXXXXX)105 lcov -c -d $ANDROID_OUT -o $DIR/$FILE --gcov-tool=llvm-gcov $@106 COVERAGE_REPORTS="-a $DIR/$FILE $COVERAGE_REPORTS"112 lcov $COVERAGE_REPORTS -o $DIR/$FILE113 echo "Generating coverage report at $DIR"114 genhtml -q -o $DIR $DIR/$FILE115 xdg-open $DIR/index.html >/dev/null
7 DIR=$116 find $DIR -name "*.java" -o -name "*.xml" | xargs -n 1 \30 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():