Lines Matching refs:path
3 import os.path
244 return(os.path.join("cprj","out","test",target_name(),"Release","test"+ ext))
278 with open(os.path.join("allocation",test_name)+".h","w") as h:
285 with open(os.path.join("allocation",test_name)+".cpp","w") as h:
296 print(os.path.join(results(),test_name)+".txt")
297 with open(os.path.join(results(),test_name)+".txt","w") as h:
312 config = os.path.join("fvp_configs",target) + ".txt"
321 avhAttempt = os.path.join(AVHROOT,fvpWin[core])
322 if os.path.exists(avhAttempt):
325 avhAttempt = os.path.join(AVHROOT,fvpUnix[core])
326 if os.path.exists(avhAttempt):
376 with open(os.path.join(results(),f"errors_{args.c}.txt"),"w") as err:
379 with open(os.path.join("allocation","all.h"),"w") as fh:
389 with open(os.path.join("allocation","all.cpp"),"w") as fc: