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

  /cts/tools/tradefed-host/etc/
cts-tradefed 81 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}
85 -cp ${JAR_PATH} -DCTS_ROOT=${CTS_ROOT} com.android.cts.tradefed.command.CtsConsole "$@"
  /cts/tools/utils/
CollectAllTests.java 68 private static final String JAR_PATH = "LOCAL_JAR_PATH :=";
286 } else if (line.startsWith(JAR_PATH)) {
287 jarPath = line.substring(JAR_PATH.length(), line.length()).trim();

Completed in 50 milliseconds