Home
last modified time | relevance | path

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

/tools/tradefederation/core/atest/test_finders/
Dtf_integration_finder.py56 def _get_mod_paths(self, module_name): member in TFIntegrationFinder
73 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)])
Dsuite_plan_finder.py45 def _get_mod_paths(self, module_name): member in SuitePlanFinder
63 self._get_mod_paths(x+'-tradefed') if d is not None]
/tools/asuite/atest/test_finders/
Dtf_integration_finder.py58 def _get_mod_paths(self, module_name): member in TFIntegrationFinder
75 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)]))
Dsuite_plan_finder.py45 def _get_mod_paths(self, module_name): member in SuitePlanFinder
63 self._get_mod_paths(x+'-tradefed') if d is not None]