Home
last modified time | relevance | path

Searched refs:ANDROID_HOST_OUT (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/
Datest_tradefed.sh26 if [ ! -z "${ANDROID_HOST_OUT}" ]; then
29 if [ -f "${ANDROID_HOST_OUT}"/framework/$dep ]; then
30 TF_PATH=${TF_PATH}:"${ANDROID_HOST_OUT}"/framework/$dep
36 local_tmp_dir="${ANDROID_HOST_OUT}/tmp"
Dscript_help.sh64 elif [ ! -z "${ANDROID_HOST_OUT}" ]; then
67 if [ -f "${ANDROID_HOST_OUT}/tradefed/tradefed.jar" ]; then
69 TF_PATH="${ANDROID_HOST_OUT}/tradefed/*"
70 TF_JAR_DIR="${ANDROID_HOST_OUT}/tradefed/"
Dtradefed_win.bat45 if not "%ANDROID_HOST_OUT%" == "" (
46 if exist "%ANDROID_HOST_OUT%\tradefed\tradefed.jar" (
47 set tf_path="%ANDROID_HOST_OUT%\tradefed\*"
/tools/tradefederation/core/atest/
Dconstants_default.py57 ANDROID_HOST_OUT = 'ANDROID_HOST_OUT' variable
/tools/tradefederation/core/atest/test_finders/
Dmodule_finder.py149 out_dir = os.environ.get(constants.ANDROID_HOST_OUT)