Home
last modified time | relevance | path

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

/tools/asuite/atest/
Datest_script_help.sh72 elif [ ! -z "${ANDROID_HOST_OUT}" ]; then
75 if [ -f "${ANDROID_HOST_OUT}/tradefed/tradefed.jar" ]; then
77 TF_PATH="${ANDROID_HOST_OUT}/tradefed/*"
78 TF_JAR_DIR="${ANDROID_HOST_OUT}/tradefed/"
79 elif [ -f "${ANDROID_HOST_OUT}/framework/tradefed.jar" ]; then
82 TF_PATH="${ANDROID_HOST_OUT}/framework/*"
83 TF_JAR_DIR="${ANDROID_HOST_OUT}/framework/"
Datest_tradefed.sh26 if [[ ! -z "$ANDROID_HOST_OUT" ]]; then
47 if [ -f "$ANDROID_HOST_OUT/framework/$dep" ]; then
48 TF_PATH+=":$ANDROID_HOST_OUT/framework/$dep"
68 local_tmp_dir="$ANDROID_HOST_OUT/tmp"
Dconstants_default.py113 ANDROID_HOST_OUT = 'ANDROID_HOST_OUT' variable
238 INDEX_DIR = os.path.join(os.getenv(ANDROID_HOST_OUT, ''), 'indexes')
Datest_completion.sh30 index_dir = Path(os.getenv(constants.ANDROID_HOST_OUT)).joinpath('indexes')
Dmodule_info.py99 os.getenv(constants.ANDROID_HOST_OUT,
Dmodule_info_unittest.py218 constants.ANDROID_HOST_OUT:HOST_OUT_DIR})
Dbazel_mode.py112 Path(os.environ.get(constants.ANDROID_HOST_OUT)),
/tools/tradefederation/prebuilts/filegroups/tradefed/
Datest_tradefed.sh23 if [[ ! -z "$ANDROID_HOST_OUT" ]]; then
43 if [ -f "$ANDROID_HOST_OUT/framework/$dep" ]; then
44 TF_PATH+=":$ANDROID_HOST_OUT/framework/$dep"
50 local_tmp_dir="$ANDROID_HOST_OUT/tmp"
Dscript_help.sh79 elif [ ! -z "${ANDROID_HOST_OUT}" ]; then
82 if [ -f "${ANDROID_HOST_OUT}/tradefed/tradefed.jar" ]; then
84 TF_PATH="${ANDROID_HOST_OUT}/tradefed/*"
85 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/acloud/
Drun_tests_py2.sh81 if [ -z "$ANDROID_HOST_OUT" ]; then
85 if [ ! -f "$ANDROID_HOST_OUT/bin/aprotoc" ]; then
105 local protoc_cmd=$ANDROID_HOST_OUT/bin/aprotoc
Drun_tests.sh83 if [ -z "$ANDROID_HOST_OUT" ]; then
87 if [ ! -f "$ANDROID_HOST_OUT/bin/aprotoc" ]; then
107 local protoc_cmd=$ANDROID_HOST_OUT/bin/aprotoc
/tools/asuite/atest-py2/
Dconstants_default.py91 ANDROID_HOST_OUT = 'ANDROID_HOST_OUT' variable
205 INDEX_DIR = os.path.join(os.getenv(ANDROID_HOST_OUT, ''), 'indexes')
/tools/asuite/atest-py2/tools/
Datest_tools.py35 MAC_UPDB_DST = os.path.join(os.getenv(constants.ANDROID_HOST_OUT, ''), 'bin')
352 if not os.getenv(constants.ANDROID_HOST_OUT, ''):
/tools/asuite/atest/tools/
Datest_tools.py38 MAC_UPDB_DST = os.path.join(os.getenv(constants.ANDROID_HOST_OUT, ''), 'bin')
463 if not os.getenv(constants.ANDROID_HOST_OUT, ''):
/tools/asuite/atest/bazel/scripts/
Dgen_workspace_archive.sh48 ANDROID_HOST_OUT=$(get_build_var HOST_OUT) \
/tools/currysrc/scripts/
Drepackage-common.sh96 CLASSPATH=${ANDROID_HOST_OUT}/framework/currysrc.jar
/tools/security/fuzzing/example_fuzzer/
DREADME.md26 $ $ANDROID_HOST_OUT/fuzz/example_fuzzer
/tools/asuite/atest-py2/test_finders/
Dmodule_finder.py104 out_dir = os.environ.get(constants.ANDROID_HOST_OUT)
/tools/asuite/atest/test_finders/
Dmodule_finder.py127 out_dir = os.environ.get(constants.ANDROID_HOST_OUT)
/tools/asuite/atest/test_runners/
Datest_tf_test_runner.py149 out_dir = os.environ.get(constants.ANDROID_HOST_OUT, '')