Searched refs:ANDROID_BUILD_TOP (Results 1 – 11 of 11) sorted by relevance
/tools/acloud/ |
D | run_tests.sh | 3 if [ -z "$ANDROID_BUILD_TOP" ]; then 11 PYTHONPATH=$ANDROID_BUILD_TOP/tools python $t;
|
/tools/tradefederation/core/atest/test_finders/ |
D | test_finder_utils_unittest.py | 248 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,
|
D | test_finder_utils.py | 84 _VTS_PUSH_DIR = os.path.join(os.environ.get(constants.ANDROID_BUILD_TOP, ''), 217 build_top = os.environ.get(constants.ANDROID_BUILD_TOP)
|
D | module_finder.py | 56 self.root_dir = os.environ.get(constants.ANDROID_BUILD_TOP)
|
/tools/tradefederation/core/atest/ |
D | module_info_unittest.py | 49 constants.ANDROID_BUILD_TOP: build_top} 62 constants.ANDROID_BUILD_TOP: build_top} 75 constants.ANDROID_BUILD_TOP: build_top}
|
D | constants_default.py | 54 ANDROID_BUILD_TOP = 'ANDROID_BUILD_TOP' variable
|
D | module_info.py | 62 root_dir = os.environ.get(constants.ANDROID_BUILD_TOP, '/')
|
D | atest_utils.py | 30 constants.ANDROID_BUILD_TOP)
|
D | cli_translator.py | 114 if path == constants.ANDROID_BUILD_TOP or path == os.sep:
|
D | atest.py | 43 constants.ANDROID_BUILD_TOP,
|
/tools/tradefederation/core/atest/test_runners/ |
D | atest_tf_test_runner.py | 94 root_dir = os.environ.get(constants.ANDROID_BUILD_TOP)
|