Home
last modified time | relevance | path

Searched refs:ANDROID_BUILD_TOP_KEY (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/atest/integration_tests/
Datest_integration_test.py308 split_build_test_script.ANDROID_BUILD_TOP_KEY,
450 if split_build_test_script.ANDROID_BUILD_TOP_KEY not in os.environ:
460 os.environ[split_build_test_script.ANDROID_BUILD_TOP_KEY]
Dsplit_build_test_script.py52 ANDROID_BUILD_TOP_KEY = 'ANDROID_BUILD_TOP' variable
82 if ANDROID_BUILD_TOP_KEY not in os.environ and self._config.is_test_env:
318 return os.environ[ANDROID_BUILD_TOP_KEY]
319 return env[ANDROID_BUILD_TOP_KEY]
929 if ANDROID_BUILD_TOP_KEY not in os.environ:
935 repo_root = os.environ[ANDROID_BUILD_TOP_KEY]