Home | History | Annotate | Download | only in complete

Lines Matching full:rootname

12         rootname = irname
14 rootname = irname[:irname.rfind('.')]
20 self.shfile.write("./toy -suppress-prompts -use-mcjit=true -enable-lazy-compilation=true -use-object-cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname))
25 self.shfile.write("./toy -suppress-prompts -use-mcjit=true -enable-lazy-compilation=true -use-object-cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname))
30 self.shfile.write("./toy -suppress-prompts -use-mcjit=false -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname))
43 rootname = inputname[:-2]
44 libname = rootname + "-lib.k"
45 irname = rootname + "-lib.ir"
46 callname = rootname + "-call.k"