Searched refs:binDirName (Results 1 – 2 of 2) sorted by relevance
131 String binDirName = EnvUtil.isOnWindows() ? "Scripts" : "bin"; in getPythonBinDir() local132 File res = new File(virtualenvPath, binDirName); in getPythonBinDir()
180 String binDirName = EnvUtil.isOnWindows() ? "Scripts" : "bin";182 File binDir = new File(mVirtualenvPath, binDirName);