Searched refs:canonicalPath (Results 1 – 9 of 9) sorted by relevance
30 String canonicalPath = f.getCanonicalPath(); in main() local31 if (!canonicalPath.endsWith(".xml") || canonicalPath.endsWith("root.xml")) { in main()36 XMLFileReader.loadPathValues(canonicalPath, data, false); in main()41 System.out.println("Skipping: " + canonicalPath); in main()
191 String canonicalPath; in parse() local193 canonicalPath = new File(parentFile, path).getCanonicalPath(); in parse()195 canonicalPath = new File(path).getCanonicalPath(); in parse()197 if (!processedSuites.contains(canonicalPath)) { in parse()198 toBeAdded.add(canonicalPath); in parse()199 childToParentMap.put(canonicalPath, currentXmlSuite); in parse()
154 for (String canonicalPath : toolResolved.keySet()) { in testResolution()156 if (!shouldIgnorePath(canonicalPath, cldrResolved)) { in testResolution()159 + canonicalPath in testResolution()163 cldrPaths.contains(canonicalPath) in testResolution()165 .get(canonicalPath) in testResolution()
167 String canonicalPath = directoryFile.getCanonicalPath(); in checkDtds() local171 + canonicalPath); in checkDtds()173 logln("Checking files for DTD errors in: " + indent + canonicalPath); in checkDtds()
66 String canonicalPath; in make() local68 canonicalPath = dir.getCanonicalPath(); in make()70 canonicalPath = dirPath; in make()73 "Unable to create directory path \"" + canonicalPath + "\""); in make()
143 String canonicalPath; in getDocuments() local145 canonicalPath = dir.getCanonicalPath(); in getDocuments()147 canonicalPath = e.getMessage(); in getDocuments()149 log.error("BCP47 files are missing " + canonicalPath); in getDocuments()
7 * <f.canonicalPath>
120 String canonicalPath = directoryFile.getCanonicalPath(); in checkDtds() local122 throw new IllegalArgumentException("Empty directory: " + canonicalPath); in checkDtds()124 System.out.println("Checking files for DTD errors in: " + canonicalPath); in checkDtds()
1258 String canonicalPath = null; in checkValidFile() local1261 canonicalPath = file.getCanonicalPath() + File.separatorChar; in checkValidFile()1264 if (file == null || canonicalPath == null || checkForDirectory && !file.isDirectory()) { in checkValidFile()1266 + (canonicalPath == null ? "" : " => " + canonicalPath) in checkValidFile()1269 return canonicalPath; in checkValidFile()