Home
last modified time | relevance | path

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

/development/testrunner/test_defs/
Dnative_test.py141 found = self._FindFileRecursively(path, binary)
148 def _FindFileRecursively(self, path, match): member in NativeTestSuite
162 found = self._FindFileRecursively(os.path.join(root, d), match)