Lines Matching refs:base
302 base = os.path.basename(scriptfile)303 base, ext = os.path.splitext(base)304 if base:305 if base != scriptfile:306 target = base308 target = base + '.bin'320 base = ''322 base = os.path.join(odir, '')387 files = makefreeze.makefreeze(base, dict, debug, custom_entry_point,