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

  /external/v8/tools/
linux-tick-processor 13 if [ ! "$D8_PATH" ]; then
15 if [ -x "$d8_public" ]; then D8_PATH=$(dirname "$d8_public"); fi
17 [ -n "$D8_PATH" ] || D8_PATH=$tools_path/..
18 d8_exec=$D8_PATH/d8
21 D8_PATH=`pwd`/out/native
22 d8_exec=$D8_PATH/d8
30 echo "d8 shell not found in $D8_PATH"
ic-processor 13 if [ ! "$D8_PATH" ]; then
15 if [ -x "$d8_public" ]; then D8_PATH=$(dirname "$d8_public"); fi
17 [ -n "$D8_PATH" ] || D8_PATH=$tools_path/..
18 d8_exec=$D8_PATH/d8
21 D8_PATH=`pwd`/out/native
22 d8_exec=$D8_PATH/d8
30 echo "d8 shell not found in $D8_PATH"
plot-timer-events 13 if test ! "$D8_PATH"; then
15 if test -x "$d8_public"; then D8_PATH=$(dirname "$d8_public"); fi
18 if test ! -n "$D8_PATH"; then
19 D8_PATH=$tools_path/..
22 d8_exec=$D8_PATH/d8
25 D8_PATH=`pwd`/out/native
26 d8_exec=$D8_PATH/d8
34 echo "d8 shell not found in $D8_PATH"

Completed in 88 milliseconds