Home
last modified time | relevance | path

Searched refs:ANDROID_BUILD_TOP (Results 1 – 11 of 11) sorted by relevance

/tools/acloud/
Drun_tests.sh3 if [ -z "$ANDROID_BUILD_TOP" ]; then
11 PYTHONPATH=$ANDROID_BUILD_TOP/tools python $t;
/tools/tradefederation/core/atest/test_finders/
Dtest_finder_utils_unittest.py248 os_environ_mock = {constants.ANDROID_BUILD_TOP: build_top,
256 os_environ_mock = {constants.ANDROID_BUILD_TOP: build_top,
264 os_environ_mock = {constants.ANDROID_BUILD_TOP: build_top,
272 os_environ_mock = {constants.ANDROID_BUILD_TOP: build_top,
280 os_environ_mock = {constants.ANDROID_BUILD_TOP: build_top,
290 os_environ_mock = {constants.ANDROID_BUILD_TOP: build_top,
Dtest_finder_utils.py84 _VTS_PUSH_DIR = os.path.join(os.environ.get(constants.ANDROID_BUILD_TOP, ''),
217 build_top = os.environ.get(constants.ANDROID_BUILD_TOP)
Dmodule_finder.py56 self.root_dir = os.environ.get(constants.ANDROID_BUILD_TOP)
/tools/tradefederation/core/atest/
Dmodule_info_unittest.py49 constants.ANDROID_BUILD_TOP: build_top}
62 constants.ANDROID_BUILD_TOP: build_top}
75 constants.ANDROID_BUILD_TOP: build_top}
Dconstants_default.py54 ANDROID_BUILD_TOP = 'ANDROID_BUILD_TOP' variable
Dmodule_info.py62 root_dir = os.environ.get(constants.ANDROID_BUILD_TOP, '/')
Datest_utils.py30 constants.ANDROID_BUILD_TOP)
Dcli_translator.py114 if path == constants.ANDROID_BUILD_TOP or path == os.sep:
Datest.py43 constants.ANDROID_BUILD_TOP,
/tools/tradefederation/core/atest/test_runners/
Datest_tf_test_runner.py94 root_dir = os.environ.get(constants.ANDROID_BUILD_TOP)