/external/jazzer-api/examples/src/main/java/com/example/ |
D | ExamplePathTraversalFuzzerHooks.java | 32 Path normalizedPath; in fileConstructorHook() local 34 normalizedPath = Paths.get(path).normalize(); in fileConstructorHook() 39 if (!normalizedPath.startsWith(ExamplePathTraversalFuzzer.publicFilesRootPath)) { in fileConstructorHook() 43 "Path traversal discovered: '" + path + "' --> '" + normalizedPath + "'")); in fileConstructorHook()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
D | RemoveEmptyCLDR.java | 43 String normalizedPath = PathUtilities.getNormalizedPathString(f); in main() local 44 if (!normalizedPath.endsWith(".xml") || normalizedPath.endsWith("root.xml")) { in main() 49 XMLFileReader.loadPathValues(normalizedPath, data, false); in main() 54 System.out.println(++counter + ") NOT-EMPTY: " + normalizedPath); in main()
|
D | VettingAdder.java | 57 String normalizedPath = PathUtilities.getNormalizedPathString(f); in addFiles() local 75 addFiles(normalizedPath + File.separatorChar + subnames[i]); in addFiles()
|
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
D | TestCldrResolver.java | 154 for (String normalizedPath : toolResolved.keySet()) { in testResolution() 156 if (!shouldIgnorePath(normalizedPath, cldrResolved)) { in testResolution() 159 + normalizedPath in testResolution() 163 cldrPaths.contains(normalizedPath) in testResolution() 165 .get(normalizedPath) in testResolution()
|
D | TestPaths.java | 376 String[] normalizedPath = { "" }; in TestNonLdml() local 454 String dpath = CLDRFile.getDistinguishingXPath(path, normalizedPath); in TestNonLdml() 458 if (!normalizedPath.equals(path) && !normalizedPath[0].equals(dpath)) { in TestNonLdml() 459 checkParts(normalizedPath[0], dtdData); in TestNonLdml()
|
D | TestBasic.java | 174 String normalizedPath = PathUtilities.getNormalizedPathString(directoryFile); in checkDtds() local 178 + normalizedPath); in checkDtds() 180 logln("Checking files for DTD errors in: " + indent + normalizedPath); in checkDtds()
|
D | TestPathHeader.java | 1322 final String normalizedPath = entry.getKey(); in TestSupplementalItems() local 1324 PathHeader ph = pathHeaderFactory.fromPath(normalizedPath, failures); in TestSupplementalItems() 1326 … errln("Failure with " + test + " => " + normalizedPath + " = " + normalizedValue); in TestSupplementalItems()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | FileReaders.java | 49 String normalizedPath = null; in openFile() 52 normalizedPath = PathUtilities.getNormalizedPathString(relativeFileName); in openFile() 57 …legalArgumentException("Couldn't open file " + file + "; in path " + normalizedPath + "; relative … in openFile()
|
D | CldrUtility.java | 1277 String normalizedPath = null; in checkValidFile() local 1280 normalizedPath = PathUtilities.getNormalizedPathString(file) + File.separatorChar; in checkValidFile() 1283 if (file == null || normalizedPath == null || checkForDirectory && !file.isDirectory()) { in checkValidFile() 1285 + (normalizedPath == null ? "" : " => " + normalizedPath) in checkValidFile() 1288 return normalizedPath; in checkValidFile()
|
D | CLDRFile.java | 1321 public static String getDistinguishingXPath(String xpath, String[] normalizedPath) { in getDistinguishingXPath() argument 1322 return DistinguishedXPath.getDistinguishingXPath(xpath, normalizedPath); in getDistinguishingXPath() 2901 public static String getDistinguishingXPath(String xpath, String[] normalizedPath) { 2984 if (normalizedPath != null) { 2985 normalizedPath[0] = normalizedPathMap.get(xpath); 2986 if (normalizedPath[0] == null) { 2987 normalizedPath[0] = xpath;
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.groovy | 99 String normalizedPath = normalize(path) 100 addEntry(new FileEntry(normalizedPath)) 116 String normalizedPath = normalize(path) 130 addEntry(new DirectoryEntry(normalizedPath)) 264 String normalizedPath = normalize(path) 269 if (normalizedPath.equals(getParent(childPath))) { 586 String normalizedPath = normalize(path) 587 … return entries.keySet().find { p -> p.startsWith(normalizedPath) && !normalizedPath.equals(p) } 597 String normalizedPath = normalize(path) 598 String normalizedDirPrefix = normalizedPath + SEPARATOR [all …]
|
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 592 String normalizedPath = getFileSystemEntryKey(path); in descendents() local 593 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator(); in descendents() 594 String normalizedDirPrefix = normalizedPath + separator; in descendents() 599 if (p.startsWith(normalizedDirPrefix) && !normalizedPath.equals(p)) { in descendents()
|
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 593 String normalizedPath = getFileSystemEntryKey(path); in descendents() local 594 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator(); in descendents() 595 String normalizedDirPrefix = normalizedPath + separator; in descendents() 600 if (p.startsWith(normalizedDirPrefix) && !normalizedPath.equals(p)) { in descendents()
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 592 String normalizedPath = getFileSystemEntryKey(path); in descendents() local 593 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator(); in descendents() 594 String normalizedDirPrefix = normalizedPath + separator; in descendents() 599 if (p.startsWith(normalizedDirPrefix) && !normalizedPath.equals(p)) { in descendents()
|
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 602 String normalizedPath = getFileSystemEntryKey(path); in descendents() local 603 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator(); in descendents() 604 String normalizedDirPrefix = normalizedPath + separator; in descendents() 610 if (p.startsWith(normalizedDirPrefix) && !normalizedPath.equals(p)) { in descendents()
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 602 String normalizedPath = getFileSystemEntryKey(path); in descendents() local 603 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator(); in descendents() 604 String normalizedDirPrefix = normalizedPath + separator; in descendents() 610 if (p.startsWith(normalizedDirPrefix) && !normalizedPath.equals(p)) { in descendents()
|
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 593 String normalizedPath = getFileSystemEntryKey(path); in descendents() local 594 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator(); in descendents() 595 String normalizedDirPrefix = normalizedPath + separator; in descendents() 601 if (p.startsWith(normalizedDirPrefix) && !normalizedPath.equals(p)) { in descendents()
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 592 String normalizedPath = getFileSystemEntryKey(path); in descendents() local 593 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator(); in descendents() 594 String normalizedDirPrefix = normalizedPath + separator; in descendents() 599 if (p.startsWith(normalizedDirPrefix) && !normalizedPath.equals(p)) { in descendents()
|
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 602 String normalizedPath = getFileSystemEntryKey(path); in descendents() local 603 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator(); in descendents() 604 String normalizedDirPrefix = normalizedPath + separator; in descendents() 610 if (p.startsWith(normalizedDirPrefix) && !normalizedPath.equals(p)) { in descendents()
|
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 601 String normalizedPath = getFileSystemEntryKey(path); in descendents() local 602 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator(); in descendents() 603 String normalizedDirPrefix = normalizedPath + separator; in descendents() 609 if (p.startsWith(normalizedDirPrefix) && !normalizedPath.equals(p)) { in descendents()
|
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 601 String normalizedPath = getFileSystemEntryKey(path); in descendents() local 602 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator(); in descendents() 603 String normalizedDirPrefix = normalizedPath + separator; in descendents() 609 if (p.startsWith(normalizedDirPrefix) && !normalizedPath.equals(p)) { in descendents()
|
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 593 String normalizedPath = getFileSystemEntryKey(path); in descendents() local 594 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator(); in descendents() 595 String normalizedDirPrefix = normalizedPath + separator; in descendents() 600 if (p.startsWith(normalizedDirPrefix) && !normalizedPath.equals(p)) { in descendents()
|
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 643 String normalizedPath = getFileSystemEntryKey(path); in descendents() local 644 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator(); in descendents() 645 String normalizedDirPrefix = normalizedPath + separator; in descendents() 650 if (p.startsWith(normalizedDirPrefix) && !normalizedPath.equals(p)) { in descendents()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
D | QuickCheck.java | 121 String normalizedPath = PathUtilities.getNormalizedPathString(directoryFile); in checkDtds() local 123 throw new IllegalArgumentException("Empty directory: " + normalizedPath); in checkDtds() 125 System.out.println("Checking files for DTD errors in: " + normalizedPath); in checkDtds()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/ |
D | FileUtilities.java | 259 String normalizedPath = null; in openFile() 262 normalizedPath = getNormalizedPathString(relativeFileName); in openFile() 267 …CUUncheckedIOException("Couldn't open file " + file + "; in path " + normalizedPath + "; relative … in openFile()
|