Lines Matching refs:path
122 def openio(path, mode='r', buffering=-1): argument
124 if path == '-':
130 return open(path, mode, buffering)
150 for path in obj_paths:
155 cmd = objdump_path + ['--dwarf=rawline', path]
177 files[int(m.group('no'))] = os.path.join(
196 cmd = objdump_path + ['--dwarf=info', path]
234 os.path.abspath(r.file) == os.path.abspath(s)
239 if not everything and not os.path.commonpath([
241 os.path.abspath(r.file)]) == os.getcwd():
249 if os.path.commonpath([
251 os.path.abspath(r.file)]) == os.getcwd():
252 file = os.path.relpath(r.file)
254 file = os.path.abspath(r.file)