Home
last modified time | relevance | path

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

/external/v8/tools/testrunner/objects/
Dtestcase.py255 return self._get_source_path() is not None
258 with open(self._get_source_path()) as f:
261 def _get_source_path(self): member in TestCase