Home
last modified time | relevance | path

Searched defs:oldPath (Results 1 – 5 of 5) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java206 final private String oldPath; field in XMLSource.Alias
217 String oldPath = aliasPath.substring(0, pos); in make() local
230 private Alias(int pos, String oldPath, String newPath, String aliasParts) { in Alias()
278 static String addRelative(String oldPath, String relativePath) { in addRelative()
297 public static String stripLastElement(String oldPath) { in stripLastElement()
330 public String changeNewToOld(String fullPath, String newPath, String oldPath) { in changeNewToOld()
/external/cldr/tools/java/org/unicode/cldr/tool/
DFilterFactory.java267 String oldPath = entry.oldValue; in modifyFile() local
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h556 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller) in PathDiagnosticCallPiece()
/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h587 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller) in PathDiagnosticCallPiece()
/external/curl/lib/
Dftp.c4164 const char *oldPath = conn->bits.reuse ? ftpc->prevpath : ""; in ftp_parse_url_path() local