Searched refs:get_installed_paths (Results 1 – 5 of 5) sorted by relevance
54 jacocoagent_paths = mod_info.get_installed_paths('jacocoagent')232 installed = mod_info.get_installed_paths(module)262 str(f) for f in mod_info.get_installed_paths(module)
766 mod_info.get_installed_paths('my_module'), [Path('/a/b/c/d')]778 mod_info.get_installed_paths('my_module'),
1156 def get_installed_paths(self, module_name: str) -> List[Path]: member in ModuleInfo
159 installed_paths = self.module_info.get_installed_paths(module_name)
601 for p in self.module_info.get_installed_paths(target.module_name)