Searched refs:TF_JAR_DIR (Results 1 – 6 of 6) sorted by relevance
53 private static final String TF_JAR_DIR = "TF_JAR_DIR"; field in TradefedSandboxTest82 if (System.getProperty(TF_JAR_DIR) != null) { in setUp()83 mCachedProperty = System.getProperty(TF_JAR_DIR); in setUp()85 System.setProperty(TF_JAR_DIR, mTmpFolder.getAbsolutePath()); in setUp()96 System.setProperty(TF_JAR_DIR, mCachedProperty); in tearDown()241 System.setProperty(TF_JAR_DIR, ""); in testPrepareEnvironment_noTfDirJar()
76 TF_JAR_DIR=$(dirname "$0")85 TF_JAR_DIR="${ANDROID_HOST_OUT}/tradefed/"
36 -cp "${TF_PATH}" -DTF_JAR_DIR=${TF_JAR_DIR} $CONSOLE_CLASS "$@"
62 -DTF_JAR_DIR=${TF_JAR_DIR} ${java_tmp_dir_opt} \
69 public static final String TF_JAR_DIR = "TF_JAR_DIR"; field in ClusterCommandLauncher254 final String tfPath = getEnvVar(TF_PATH, System.getProperty(TF_JAR_DIR)); in buildJavaClasspath()
22 $tfdir/tradefed.sh run singleCommand tf/local-unit-launcher --folder-path ${TF_JAR_DIR} "$@"