Lines Matching refs:path
149 def openio(path, mode='r', buffering=-1): argument
151 if path == '-':
157 return open(path, mode, buffering)
335 files[int(m.group('no'))] = os.path.join(
352 file = os.path.abspath(files.get(op_file, '?'))
387 def collect_decompressed(path, *, argument
414 '-i%s' % path]
533 os.path.abspath(file) == os.path.abspath(s)
539 if not everything and not os.path.commonpath([
541 os.path.abspath(file)]) == os.getcwd():
546 if os.path.commonpath([
548 os.path.abspath(file)]) == os.getcwd():
549 file = os.path.relpath(file)
551 file = os.path.abspath(file)
584 def collect_job(path, i, **args): argument
587 with zipfile.ZipFile(path) as z:
607 for path in perf_paths:
610 with zipfile.ZipFile(path) as z:
611 records.extend((path, i) for i in z.infolist())
620 ((collect_job, (path, i), args) for path, i in records)):
624 for path, i in records:
625 results.extend(collect_job(path, i, **args))
946 for path in co.OrderedDict.fromkeys(r.file for r in results).keys():
949 table = {r.line: r for r in results if r.file == path}
972 with open(path) as f:
984 path,