Searched refs:toolsFolder (Results 1 – 3 of 3) sorted by relevance
131 String toolsFolder = libFolder.getParent(); in findSdkPath() local132 if (toolsFolder != null) { in findSdkPath()133 sdkLocation = new File(toolsFolder).getParent(); in findSdkPath()
113 File toolsFolder = new File(install.getURL().getFile()).getParentFile(); in getBundledSdk() local114 if (toolsFolder != null) { in getBundledSdk()115 File sdkFolder = new File(toolsFolder, "sdk"); in getBundledSdk()
1317 File toolsFolder = new File(osTools);1318 if (toolsFolder.isDirectory() == false) {