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