Searched refs:input_path (Results 1 – 1 of 1) sorted by relevance
247 def ParseLsdumpFile(input_path, output_path): argument264 with _OpenFileOrGzipped(input_path) as lsdump_file:285 if zipfile.is_zipfile(args.input_path):286 with zipfile.ZipFile(args.input_path, mode='r') as input_zip:295 ParseLsdumpFile(args.input_path, args.output_path)