Lines Matching refs:path
29 DEQP_DIR = os.path.realpath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..")))
74 def pushWorkingDir (path):
76 os.chdir(path)
120 for path in paths:
121 path = path.strip('"')
122 fullPath = os.path.join(path, binWithExt)
123 if os.path.isfile(fullPath) and os.access(fullPath, os.X_OK):