Lines Matching refs:path
28 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts")
29 sys.path.insert(0, scriptPath)
42 DEFAULT_BUILD_DIR = os.path.join(tempfile.gettempdir(), "amber-verify", "{targetName}-{buildType}")
44 DEFAULT_DST_DIR = os.path.join(DEQP_DIR, "external", "vulkancts", "data", "vulkan", "prebuilt")
54 workDir = os.path.join(buildCfg.getBuildDir(), "modules", module.dirName)
59 binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", "deqp-vk"))
83 "--dst-path",
86 help="Destination path")
98 if not os.path.exists(args.dstPath):