Lines Matching refs:mapname
375 for mapname in mapnames:
376 mappathname = os.path.join(dir, mapname)
379 name = os.path.split(mapname)[1]
386 print('converting %s to %s and %s' % (mapname,
390 map = readmap(os.path.join(dir,mapname))
403 for mapname in mapnames:
404 if not mapname.endswith('.mapping'):
406 name = mapname[:-len('.mapping')]
408 print('converting %s to %s' % (mapname,
411 with open(os.path.join(dir, mapname), 'rb') as f:
416 pymap(mapname, map, dirprefix + codefile,name,comments)