Lines Matching full:path
7 SRC_BASE_DIR = os.path.realpath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..", "..")))
8 DEQP_DIR = os.path.join(SRC_BASE_DIR, "deqp")
19 def pushWorkingDir (path):
21 os.chdir(path)
47 for path in os.environ['PATH'].split(os.pathsep):
48 path = path.strip('"')
49 fullPath = os.path.join(path, binName)
50 if os.path.isfile(fullPath) and os.access(fullPath, os.X_OK):