Searched refs:ANDROID_BUILD_TOP (Results 1 – 25 of 37) sorted by relevance
12
/tools/asuite/atest/ |
D | run_bazel_mode_atest_unittest.sh | 17 ATEST_SRC="${ANDROID_BUILD_TOP}/tools/asuite/atest/atest.py" 18 WORKSPACE_ROOT="${ANDROID_BUILD_TOP}/out/atest_bazel_workspace/" 19 BAZEL_BINARY="${ANDROID_BUILD_TOP}/prebuilts/bazel/linux-x86_64/bazel" 22 source "${ANDROID_BUILD_TOP}/build/envsetup.sh" 23 cd ${ANDROID_BUILD_TOP}
|
D | atest_completion.sh | 22 [[ -z $ANDROID_BUILD_TOP ]] && return 0 92 local T="$ANDROID_BUILD_TOP" 110 local T="$ANDROID_BUILD_TOP" 134 cmd=$ANDROID_BUILD_TOP/prebuilts/asuite/atest/linux-x86/atest-py3 214 PREBUILT_TOOLS_DIR="$ANDROID_BUILD_TOP/prebuilts/build-tools/path/linux-x86"
|
D | module_info_unittest.py | 120 constants.ANDROID_BUILD_TOP: build_top, 136 constants.ANDROID_BUILD_TOP: build_top, 257 constants.ANDROID_BUILD_TOP: '/', 274 constants.ANDROID_BUILD_TOP: '/', 365 constants.ANDROID_BUILD_TOP: uc.TEST_DATA_DIR, 402 constants.ANDROID_BUILD_TOP: uc.TEST_DATA_DIR, 419 constants.ANDROID_BUILD_TOP: uc.TEST_DATA_DIR, 438 constants.ANDROID_BUILD_TOP: uc.TEST_DATA_DIR, 628 constants.ANDROID_BUILD_TOP: uc.ATEST_PKG_DIR, 653 constants.ANDROID_BUILD_TOP: os.path.dirname(__file__), [all …]
|
D | constants_default.py | 110 ANDROID_BUILD_TOP = 'ANDROID_BUILD_TOP' variable 371 os.environ.get(ANDROID_BUILD_TOP, os.getcwd()),
|
D | atest_utils.py | 58 os.environ.get(constants.ANDROID_BUILD_TOP, os.getcwd()) + '/out/dist/' 75 os.environ.get(constants.ANDROID_BUILD_TOP, '').encode() 218 os.environ.get(constants.ANDROID_BUILD_TOP, os.getcwd()), os.getcwd() 1134 cwd=Path(os.getenv(constants.ANDROID_BUILD_TOP), '').joinpath( 1172 build_top = os.getenv(constants.ANDROID_BUILD_TOP) 1672 build_top = Path(os.environ.get(constants.ANDROID_BUILD_TOP, '')) 1725 build_top = Path(os.environ.get(constants.ANDROID_BUILD_TOP, '')) 2100 regular_out_dir = Path(os.getenv(constants.ANDROID_BUILD_TOP), 'out')
|
D | atest_utils_unittest.py | 153 constants.ANDROID_BUILD_TOP: '/src/build/top', 168 constants.ANDROID_BUILD_TOP: '/src/build/top', 185 constants.ANDROID_BUILD_TOP: build_top_path, 202 constants.ANDROID_BUILD_TOP: build_top_path, 217 'os.environ', {constants.ANDROID_BUILD_TOP: '/src/build/top'}
|
D | cli_translator_unittest.py | 384 os_environ_mock = {constants.ANDROID_BUILD_TOP: uc.TEST_DATA_DIR} 403 os_environ_mock = {constants.ANDROID_BUILD_TOP: uc.TEST_DATA_DIR} 424 os_environ_mock = {constants.ANDROID_BUILD_TOP: uc.TEST_DATA_DIR} 456 os_environ_mock = {constants.ANDROID_BUILD_TOP: uc.TEST_DATA_DIR}
|
D | test_mapping.py | 115 root_dir = os.environ.get(constants.ANDROID_BUILD_TOP, os.sep)
|
/tools/asuite/atest/bazel/scripts/ |
D | gen_workspace_archive_test.sh | 43 ${ANDROID_BUILD_TOP}/prebuilts/build-tools/linux-x86/bin/nsjail \ 49 -E ANDROID_BUILD_TOP=${ANDROID_BUILD_TOP} \ 58 --cwd $ANDROID_BUILD_TOP \
|
D | gen_workspace_archive.sh | 40 (${ANDROID_BUILD_TOP}/build/soong/soong_ui.bash --dumpvar-mode --abs $1) 47 cd ${ANDROID_BUILD_TOP:-.}
|
/tools/acloud/setup/pre_setup_sh/ |
D | google_setup_warn.sh | 3 ACLOUD_PREBUILT_PROJECT_DIR=$ANDROID_BUILD_TOP/prebuilts/asuite 4 ACLOUD_VENDOR_FOLDER=$ANDROID_BUILD_TOP/vendor/google/tools/acloud 5 ACLOUD_PRESETUP_FOLDER=$ANDROID_BUILD_TOP/tools/acloud/setup/pre_setup_sh
|
D | acloud_pre_setup.sh | 3 source "$ANDROID_BUILD_TOP/tools/acloud/setup/pre_setup_sh/setup_utils.sh" 8 "$ANDROID_BUILD_TOP/vendor/google/tools/acloud"
|
/tools/tradefederation/prebuilts/filegroups/tradefed/ |
D | atest_tradefed.sh | 56 TF_CORE_DIR=$ANDROID_BUILD_TOP/tools/tradefederation/core 58 TF_DIR=$ANDROID_BUILD_TOP/tools/tradefederation/prebuilts/filegroups 59 GTF_DIR=$ANDROID_BUILD_TOP/vendor/google_tradefederation/prebuilts/filegroups
|
/tools/asuite/atest/java/ |
D | atest_tradefed.sh | 56 TF_CORE_DIR=$ANDROID_BUILD_TOP/tools/tradefederation/core 58 TF_DIR=$ANDROID_BUILD_TOP/tools/tradefederation/prebuilts/filegroups 59 GTF_DIR=$ANDROID_BUILD_TOP/vendor/google_tradefederation/prebuilts/filegroups
|
/tools/asuite/atest/tools/ |
D | updatedb_darwin.sh | 68 : ${SEARCHROOT:="$ANDROID_BUILD_TOP"} 74 if [ -n "$ANDROID_BUILD_TOP" ]; then 75 PRUNEPATHS="$PRUNEPATHS $ANDROID_BUILD_TOP/out"
|
/tools/asuite/adevice/integration_tests/ |
D | build_adevice_integration_tests.sh | 48 if [ ! -n "${ANDROID_BUILD_TOP}" ] ; then 49 export ANDROID_BUILD_TOP=${PWD} 62 cd ${ANDROID_BUILD_TOP:-.}
|
/tools/asuite/atest/integration_tests/ |
D | build_atest_integration_tests.sh | 48 if [ ! -n "${ANDROID_BUILD_TOP}" ] ; then 49 export ANDROID_BUILD_TOP=${PWD} 62 cd ${ANDROID_BUILD_TOP:-.}
|
/tools/treble/build/ |
D | README.md | 54 Location: `${ANDROID_BUILD_TOP}` 61 Location: `${ANDROID_BUILD_TOP}/overlays` 68 Location: `${ANDROID_BUILD_TOP}/out`
|
/tools/currysrc/scripts/ |
D | repackage-common.sh | 62 if [[ -z "${ANDROID_BUILD_TOP}" ]]; then 72 PROJECT_DIR=${ANDROID_BUILD_TOP}/${PROJECT_DIR} 99 cd ${ANDROID_BUILD_TOP}
|
/tools/deviceinfra/prebuilts/ |
D | ats-local-runner | 5 readonly PREBUILTS_DIR="${ANDROID_BUILD_TOP}/tools/deviceinfra/prebuilts" 42 if [[ -z "${ANDROID_BUILD_TOP}" ]]; then
|
/tools/asuite/atest/coverage/ |
D | coverage.py | 49 build_top = Path(os.environ.get(constants.ANDROID_BUILD_TOP)) 311 build_top = os.environ.get(constants.ANDROID_BUILD_TOP) 348 build_top = os.environ.get(constants.ANDROID_BUILD_TOP)
|
/tools/asuite/atest/test_finders/ |
D | test_finder_utils.py | 138 os.environ.get(constants.ANDROID_BUILD_TOP, ''), 222 os.environ.get(constants.ANDROID_BUILD_TOP), 881 root_dir = os.environ.get(constants.ANDROID_BUILD_TOP) 901 root_dir = os.environ.get(constants.ANDROID_BUILD_TOP) 1195 android_root_dir = os.environ.get(constants.ANDROID_BUILD_TOP) 1286 build_top = os.environ.get(constants.ANDROID_BUILD_TOP)
|
D | suite_plan_finder.py | 42 self.root_dir = os.environ.get(constants.ANDROID_BUILD_TOP)
|
/tools/acloud/ |
D | pylintrc | 24 init-hook='import os, sys; sys.path.append(os.path.join(os.path.expandvars("$ANDROID_BUILD_TOP"), "…
|
/tools/asuite/aidegen/ |
D | run_tests.sh | 80 if [ -z "$ANDROID_BUILD_TOP" ]; then
|
12