Searched refs:replay_filename (Results 1 – 1 of 1) sorted by relevance
301 def replay(options, replay_filename): argument312 httparchive.HttpArchive.AssertWritable(replay_filename)313 if options.append and os.path.exists(replay_filename):314 http_archive = httparchive.HttpArchive.Load(replay_filename)316 replay_filename, len(http_archive))320 http_archive = httparchive.HttpArchive.Load(replay_filename)322 len(http_archive), replay_filename)366 http_archive.Persist(replay_filename)367 logging.info('Saved %d responses to %s', len(http_archive), replay_filename)546 replay_filename = None[all …]