Searched refs:_CheckPath (Results 1 – 2 of 2) sorted by relevance
90 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
107 path_results = pool.imap(_CheckPath, paths)134 results = _CheckPath(path)139 def _CheckPath(path): function