Searched refs:JAR_PATH (Results 1 – 4 of 4) sorted by relevance
31 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}35 …-cp ${JAR_PATH} com.android.tradefed.command.Console run singleCommand host -n --class com.android…
44 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}48 …-cp ${JAR_PATH} com.android.tradefed.command.Console run singleCommand host -n --class com.android…
81 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}85 -cp ${JAR_PATH} -DCTS_ROOT=${CTS_ROOT} com.android.cts.tradefed.command.CtsConsole "$@"
68 private static final String JAR_PATH = "LOCAL_JAR_PATH :="; field in CollectAllTests286 } else if (line.startsWith(JAR_PATH)) { in getTestType()287 jarPath = line.substring(JAR_PATH.length(), line.length()).trim(); in getTestType()