Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
Dwebpagereplay.py90 self._CheckPath('archive directory', os.path.dirname(self.archive_path))
92 self._CheckPath('archive file', self.archive_path)
93 self._CheckPath('replay script', replay_py)
121 def _CheckPath(self, label, path): member in ReplayServer
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Dgjslint.py107 path_results = pool.imap(_CheckPath, paths)
134 results = _CheckPath(path)
139 def _CheckPath(path): function