Searched refs:keyboardChartLayoutsDir (Results 1 – 1 of 1) sorted by relevance
67 private static String keyboardChartLayoutsDir; field in ShowKeyboards97 keyboardChartLayoutsDir = keyboardChartDir + "/layouts/"; in main()230 FileCopier.ensureDirectoryExists(keyboardChartLayoutsDir); in showHtml()231 FileCopier.copy(ShowKeyboards.class, "keyboards.css", keyboardChartLayoutsDir, "index.css"); in showHtml()232 FormattedFileWriter.copyIncludeHtmls(keyboardChartLayoutsDir); in showHtml()233 PrintWriter index = FileUtilities.openUTF8Writer(keyboardChartLayoutsDir, "index.html"); in showHtml()261 … PrintWriter out = FileUtilities.openUTF8Writer(keyboardChartLayoutsDir, locale + ".html"); in showHtml()