Lines Matching full:path
27 SRC_BASE_DIR = os.path.realpath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..", "..")))
28 DEQP_DIR = os.path.join(SRC_BASE_DIR, "deqp")
39 def pushWorkingDir (path):
41 os.chdir(path)
67 for path in os.environ['PATH'].split(os.pathsep):
68 path = path.strip('"')
69 fullPath = os.path.join(path, binName)
70 if os.path.isfile(fullPath) and os.access(fullPath, os.X_OK):