Searched refs:TOOLS_DIR (Results 1 – 6 of 6) sorted by relevance
10 TOOLS_DIR=.392 SYMSHIFT=${TOOLS_DIR}/symshift.pl393 GRAPHS_TO_PKB=${TOOLS_DIR}/picoloadgraphs.exe394 PHONES_TO_PKB=${TOOLS_DIR}/picoloadphones.lua395 DBG_TO_PKB=${TOOLS_DIR}/picoloaddbg.lua396 POS_TO_PKB=${TOOLS_DIR}/picoloadpos.exe397 LEX_TO_PKB=${TOOLS_DIR}/picoloadlex398 AUT_TO_PKB=${TOOLS_DIR}/picoloadfst.exe399 TPP_TO_PKB=${TOOLS_DIR}/picoloadpreproc.exe400 DT_TO_PKB=${TOOLS_DIR}/dt2pkb.exe[all …]
18 TOOLS_DIR=$(realpath $(dirname $0))19 LTP_ANDROID_DIR=$(realpath $TOOLS_DIR/..)21 CUSTOM_CFLAGS_PATH=$TOOLS_DIR/custom_cflags.json34 cd $TOOLS_DIR49 if ! [ -f $TOOLS_DIR/make_dry_run.dump ]; then
18 TOOLS_DIR=$(realpath $(dirname $0))19 LTP_ROOT=$(realpath $TOOLS_DIR/../..)27 OUTPUT=$TOOLS_DIR/make_dry_run.dump31 OUTPUT=$TOOLS_DIR/make_install_dry_run.dump
8 TOOLS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"10 cd ${TOOLS_DIR}/..
34 TOOLS_DIR = os.path.dirname(os.path.abspath(__file__)) variable35 SWARMING_CLIENT_DIR = os.path.join(TOOLS_DIR, 'swarming_client')36 SRC_DIR = os.path.dirname(TOOLS_DIR)
81 TOOLS_DIR = 'android-tools' variable in CommandsFactory236 p4client = perforce.CommandsFactory(self.TOOLS_DIR, p4view)252 self.toolchain_prefix_dir, self.TOOLS_DIR, self.BENCHMARK_OUT_DIR,