Searched refs:installed_paths (Results 1 – 4 of 4) sorted by relevance
159 installed_paths = self.module_info.get_installed_paths(module_name)160 test.data[constants.MODULE_INSTALLED] = installed_paths
925 def get_install_locations(installed_paths): argument936 for path in installed_paths:
1230 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)
1280 installed_paths = target_module_info[constants.MODULE_INSTALLED]1282 for installed_path in installed_paths: