HomeSort by relevance Sort by last modified time
    Searched refs:THISDIR (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/tools/valgrind/asan/
asan_wrapper.sh 13 export THISDIR=`dirname $0`
15 $THISDIR/asan_symbolize.py |
  /external/chromium_org/tools/valgrind/
chrome_tests.sh 9 export THISDIR=`dirname $0`
53 export CHROME_VALGRIND=`sh $THISDIR/locate_valgrind.sh`
82 DRMEMORY_PATH="$THISDIR/../../third_party/drmemory"
103 TSAN_PATH="$THISDIR/../../third_party/tsan"
121 PYTHONPATH=$THISDIR/../python/google python \
122 "$THISDIR/chrome_tests.py" $ARGV_COPY
locate_valgrind.sh 12 export THISDIR=`dirname $0`
49 CHROME_VALGRIND="$THISDIR/../../third_party/valgrind/$PLATFORM"
valgrind.sh 16 export THISDIR=`dirname $0`
44 IGNORE_FILE="$THISDIR/tsan/ignores.txt"
83 SUPPRESSIONS="$THISDIR/$TOOL_NAME/suppressions.txt"
85 CHROME_VALGRIND=`sh $THISDIR/locate_valgrind.sh`
chrome_tests.bat 7 set THISDIR=%~dp0
37 set DRMEMORY_PATH=%THISDIR%..\..\third_party\drmemory
53 set TSAN_PATH=%THISDIR%..\..\third_party\tsan
68 set PYTHONPATH=%THISDIR%../python/google
70 python %THISDIR%/chrome_tests.py %*
waterfall.sh 13 THISDIR=$(dirname "${0}")
14 LOGS_DIR=$THISDIR/waterfall.tmp
130 PYTHONPATH=$THISDIR/../python/google \
131 python "$THISDIR/test_suppressions.py" $@ "$LOGS_DIR/report_"*

Completed in 706 milliseconds