Searched refs:TOOLS_DIR (Results 1 – 13 of 13) sorted by relevance
27 TOOLS_DIR=$(dirname $0)48 update_jar "${EP_VERSION}" "${EP_JAR_URL}" "${TOOLS_DIR}/error_prone"49 update_jar "${EP_VERSION}" "${EP_ANNO_JAR_URL}" "${TOOLS_DIR}/error_prone"50 update_jar "${EP_VERSION}" "${EP_TYPE_ANNO_JAR_URL}" "${TOOLS_DIR}/error_prone"51 update_jar "${EP_VERSION}" "${EP_TEST_HELPERS_JAR_URL}" "${TOOLS_DIR}/error_prone"52 update_jar "${JAVAC_VERSION}" "${JAVAC_SOURCES_JAR_URL}" "${TOOLS_DIR}/javac"53 update_jar "${JAVAC_VERSION}" "${JAVAC_JAR_URL}" "${TOOLS_DIR}/javac"62 " "$TOOLS_DIR/soong/error_prone.go"66 update_jar "${CF_VERSION}" "${CF_DATAFLOW_JAR_URL}" "${TOOLS_DIR}/checkerframework"67 update_jar "${CF_VERSION}" "${CF_DATAFLOW_SOURCES_JAR_URL}" "${TOOLS_DIR}/checkerframework"[all …]
32 TOOLS_DIR=tools/run_tests34 PROTO_DEST_DIR="$TOOLS_DIR"/"$PROTO_SOURCE_DIR"36 touch "$TOOLS_DIR"/src/__init__.py37 touch "$TOOLS_DIR"/src/proto/__init__.py38 touch "$TOOLS_DIR"/src/proto/grpc/__init__.py39 touch "$TOOLS_DIR"/src/proto/grpc/testing/__init__.py43 --python_out="$TOOLS_DIR" \44 --grpc_python_out="$TOOLS_DIR" \50 HEALTH_PROTO_DEST_DIR=${TOOLS_DIR}/${HEALTH_PROTO_SOURCE_DIR}52 touch "$TOOLS_DIR"/src/proto/grpc/health/__init__.py[all …]
26 TOOLS_DIR=tools/run_tests28 PROTO_DEST_DIR=${TOOLS_DIR}/${PROTO_SOURCE_DIR}33 --python_out=${TOOLS_DIR} \34 --grpc_python_out=${TOOLS_DIR} \40 HEALTH_PROTO_DEST_DIR=${TOOLS_DIR}/${HEALTH_PROTO_SOURCE_DIR}45 --python_out=${TOOLS_DIR} \46 --grpc_python_out=${TOOLS_DIR} \
20 [ -z $TOOLS_DIR ] && TOOLS_DIR=$(realpath $(dirname $0))21 [ -z $LTP_ROOT ] && LTP_ROOT=$(realpath $TOOLS_DIR/../..)30 OUTPUT=$TOOLS_DIR/make_dry_run.dump34 OUTPUT=$TOOLS_DIR/make_install_dry_run.dump
20 TOOLS_DIR=$(realpath $(dirname $0))21 LTP_ANDROID_DIR=$(realpath $TOOLS_DIR/..)23 CUSTOM_CFLAGS_PATH=$TOOLS_DIR/custom_cflags.json30 cd $TOOLS_DIR44 if ! [ -f $TOOLS_DIR/make_dry_run.dump ]; then
10 TOOLS_DIR = "../../tools/" variable52 'stdbuf -o 0 -i 0 timeout -s KILL 10s ' + TOOLS_DIR +
11 TOOLS_DIR = "../../tools/" variable29 full_command = TOOLS_DIR + command39 full_command = TOOLS_DIR + command
332 TOOLS_DIR = os.path.join(ROOT_DIR, 'tools') variable433 [os.path.join(TOOLS_DIR, 'npm'), 'install', '--no-save'], cwd=UI_DIR)436 node_bin = os.path.join(TOOLS_DIR, 'node')
14 TOOLS_DIR = os.path.dirname(C_GLOBALS_DIR) variable15 ROOT_DIR = os.path.dirname(TOOLS_DIR)