OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JAR_PATH
(Results
1 - 4
of
4
) sorted by null
/cts/tools/cts-native-scanner/tests/
run_unit_tests.sh
31
JAR_PATH
=${
JAR_PATH
}:${JAR_DIR}/${JAR}
35
-cp ${
JAR_PATH
} com.android.tradefed.command.Console run singleCommand host -n --class com.android.cts.nativescanner.UnitTests "$@"
/cts/tools/tradefed-host/tests/
run_unit_tests.sh
44
JAR_PATH
=${
JAR_PATH
}:${JAR_DIR}/${JAR}
48
-cp ${
JAR_PATH
} com.android.tradefed.command.Console run singleCommand host -n --class com.android.cts.tradefed.UnitTests "$@"
/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 79 milliseconds