Lines Matching refs:path
128 def openio(path, mode='r', buffering=-1): argument
130 if path == '-':
136 return open(path, mode, buffering)
160 for path in obj_paths:
162 file = re.sub('(\.o)?$', '.c', path, 1)
167 cmd = nm_path + ['--size-sort', path]
198 cmd = objdump_path + ['--dwarf=rawline', path]
220 files[int(m.group('no'))] = os.path.join(
239 cmd = objdump_path + ['--dwarf=info', path]
290 os.path.abspath(file) == os.path.abspath(s)
295 if not everything and not os.path.commonpath([
297 os.path.abspath(file)]) == os.getcwd():
301 if os.path.commonpath([
303 os.path.abspath(file)]) == os.getcwd():
304 file = os.path.relpath(file)
306 file = os.path.abspath(file)