Lines Matching refs:path
14 def executable(path): argument
15 return os.path.isfile(path) and os.access(path, os.X_OK)
17 path, file = os.path.split(program)
18 if path and executable(program):
21 for path in os.environ["PATH"].split(os.pathsep):
22 exe = os.path.join(path, program)
98 path = line.rstrip()
99 file = path[path.rfind('/') + 1:]
113 if (os.path.exists(TEMP_FILE1)):
116 if (os.path.exists(TEMP_FILE2)):
124 f = os.path.join(root,file)
125 if (os.path.splitext(f)[1] == extension and (not inIgnore(f))):
132 if (os.path.exists(outFile)):