Lines Matching refs:path
122 def openio(path, mode='r', buffering=-1): argument
124 if path == '-':
130 return open(path, mode, buffering)
169 for path in ci_paths:
170 with open(path) as f:
205 os.path.abspath(s_file) == os.path.abspath(s)
210 if not everything and not os.path.commonpath([
212 os.path.abspath(s_file)]) == os.getcwd():
216 if os.path.commonpath([
218 os.path.abspath(s_file)]) == os.getcwd():
219 s_file = os.path.relpath(s_file)
221 s_file = os.path.abspath(s_file)
231 os.path.abspath(s_file) == os.path.abspath(s)