Lines Matching refs:base
190 # base class, CCompiler.
297 base, ext = os.path.splitext(p)
299 base = os.path.basename(base)
301 _, base = os.path.splitdrive(base)
302 if base.startswith((os.path.sep, os.path.altsep)):
303 base = base[1:]
306 # the length of the result and trim base until we fit within
308 return os.path.join(output_dir, base + ext_map[ext])
380 base, _ = os.path.splitext(os.path.basename (src))
381 rc_file = os.path.join(rc_dir, base + '.rc')