Lines Matching refs:filepath
113 filetrans="filepath = path"
115 filetrans="filepath = os.path.normpath('$destdir' + os.sep + path)"
144 if not os.path.exists(filepath) or not (len(filepath) >= 3
145 and filepath[-3:] == '.py'):
150 py_compile.compile(filepath, $import_call(filepath), path)
152 py_compile.compile(filepath, filepath + 'c', path)
168 if not os.path.exists(filepath) or not (len(filepath) >= 3
169 and filepath[-3:] == '.py'):
174 py_compile.compile(filepath, $import_call(filepath), path)
176 py_compile.compile(filepath, filepath + 'o', path)
191 if not os.path.exists(filepath) or not (len(filepath) >= 3
192 and filepath[-3:] == '.py'):
197 py_compile.compile(filepath, $import_call(filepath), path)
199 py_compile.compile(filepath, filepath + 'o', path)