Searched refs:AUX_DIRECTORY (Results 1 – 7 of 7) sorted by relevance
69 …public static final String AUX_DIRECTORY = CldrUtility.getPath(CldrUtility.getProperty("CLDR_TMP_D… field in CLDRPaths71 …public static final String CHART_DIRECTORY = CldrUtility.getPath(AUX_DIRECTORY + "charts/", ToolCo…
39 File vxml = new File(CLDRPaths.AUX_DIRECTORY, "voting/" in main()214 Factory snapshotFactory = Factory.make(CLDRPaths.AUX_DIRECTORY + "voting/" in old()
55 ….add("log", ".*", CLDRPaths.AUX_DIRECTORY + "births/" + CldrVersion.trunk.getVersionInfo().getVers…
69 …ce", ".*", CLDRPaths.MAIN_DIRECTORY, "source directory (use also " + CLDRPaths.AUX_DIRECTORY + ")")
86 …private static final String VXML_CONSTANT = CLDRPaths.AUX_DIRECTORY + "voting/" + CLDRFile.GEN_VER…
2094 …fileList.add(new File(CLDRPaths.AUX_DIRECTORY + "voting/" + CLDRFile.GEN_VERSION + "/vxml/" + key)…
132 …try (PrintWriter out = FileUtilities.openUTF8Writer(CLDRPaths.AUX_DIRECTORY + "temp", "inheritance… in checkEmitChanged()