Home | History | Annotate | Download | only in test

Lines Matching refs:scriptPath

784         scriptPath = os.environ["DOTEST_SCRIPT_DIR"]
786 scriptPath = sys.path[0]
787 if not scriptPath.endswith('test'):
801 os.environ["LLDB_TEST"] = scriptPath
807 pluginPath = os.path.join(scriptPath, 'plugins')
808 pexpectPath = os.path.join(scriptPath, 'pexpect-2.4')
811 sys.path.append(scriptPath)
816 base = os.path.abspath(os.path.join(scriptPath, os.pardir))