Searched refs:buildToolsFolder (Results 1 – 2 of 2) sorted by relevance
116 File buildToolsFolder = new File(osSdkPath, SdkConstants.FD_BUILD_TOOLS); in checkVersion() local117 if (!buildToolsFolder.isDirectory()) { in checkVersion()
137 File buildToolsFolder = buildToolInfo.getLocation(); in runDexDump() local138 File dexDumpFile = new File(buildToolsFolder, SdkConstants.FN_DEXDUMP); in runDexDump()