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