Searched refs:virtualEnvPath (Results 1 – 1 of 1) sorted by relevance
47 public VtsPythonRunnerHelper(String virtualEnvPath, File workingDir) { in VtsPythonRunnerHelper() argument48 this(virtualEnvPath == null ? null : new File(virtualEnvPath), workingDir); in VtsPythonRunnerHelper()51 public VtsPythonRunnerHelper(File virtualEnvPath, File workingDir) { in VtsPythonRunnerHelper() argument52 this(virtualEnvPath, workingDir, new RunUtil()); in VtsPythonRunnerHelper()55 public VtsPythonRunnerHelper(File virtualEnvPath, File workingDir, IRunUtil runUtil) { in VtsPythonRunnerHelper() argument56 mVirtualenvPath = virtualEnvPath; in VtsPythonRunnerHelper()