Home
last modified time | relevance | path

Searched refs:installed_paths (Results 1 – 4 of 4) sorted by relevance

/tools/asuite/atest/test_finders/
Dmodule_finder.py159 installed_paths = self.module_info.get_installed_paths(module_name)
160 test.data[constants.MODULE_INSTALLED] = installed_paths
Dtest_finder_utils.py925 def get_install_locations(installed_paths): argument
936 for path in installed_paths:
/tools/asuite/atest/
Dbazel_mode.py1230 installed_paths = get_module_installed_paths(
1233 config_files = group_paths_by_config(configs, installed_paths)
1587 installed_paths = get_module_installed_paths(info, src_root_path)
1588 config_files = group_paths_by_config(configs, installed_paths)
/tools/asuite/atest/test_runners/
Datest_tf_test_runner.py1280 installed_paths = target_module_info[constants.MODULE_INSTALLED]
1282 for installed_path in installed_paths: