OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JAR_DIR
(Results
1 - 3
of
3
) sorted by null
/cts/tools/cts-native-scanner/tests/
run_unit_tests.sh
26
JAR_DIR
=${ANDROID_HOST_OUT}/framework
30
checkFile ${
JAR_DIR
}/${JAR}
31
JAR_PATH=${JAR_PATH}:${
JAR_DIR
}/${JAR}
/cts/tools/tradefed-host/tests/
run_unit_tests.sh
39
JAR_DIR
=${ANDROID_BUILD_TOP}/out/host/$OS/framework
43
checkFile ${
JAR_DIR
}/${JAR}
44
JAR_PATH=${JAR_PATH}:${
JAR_DIR
}/${JAR}
/cts/tools/tradefed-host/etc/
cts-tradefed
76
JAR_DIR
=${CTS_ROOT}/android-cts/tools
80
checkFile ${
JAR_DIR
}/${JAR}
81
JAR_PATH=${JAR_PATH}:${
JAR_DIR
}/${JAR}
Completed in 219 milliseconds