Searched refs:_get_mod_paths (Results 1 – 4 of 4) sorted by relevance
56 def _get_mod_paths(self, module_name): member in TFIntegrationFinder73 tf_dirs = filter(None, [d for x in _TF_TARGETS for d in self._get_mod_paths(x)])74 gtf_dirs = filter(None, [d for x in _GTF_TARGETS for d in self._get_mod_paths(x)])
45 def _get_mod_paths(self, module_name): member in SuitePlanFinder63 self._get_mod_paths(x+'-tradefed') if d is not None]
58 def _get_mod_paths(self, module_name): member in TFIntegrationFinder75 tf_dirs = list(filter(None, [d for x in _TF_TARGETS for d in self._get_mod_paths(x)]))76 gtf_dirs = list(filter(None, [d for x in _GTF_TARGETS for d in self._get_mod_paths(x)]))