Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java193 final private String oldPath; field in XMLSource.Alias
204 String oldPath = aliasPath.substring(0, pos); in make() local
217 private Alias(int pos, String oldPath, String newPath, String aliasParts) { in Alias()
265 static String addRelative(String oldPath, String relativePath) { in addRelative()
284 public static String stripLastElement(String oldPath) { in stripLastElement()
316 public String changeNewToOld(String fullPath, String newPath, String oldPath) { in changeNewToOld()
/external/u-boot/cmd/
Dyaffs2.c266 char *oldPath; in do_ymv() local
/external/u-boot/fs/yaffs2/
Dyaffs_uboot_glue.c458 void cmd_yaffs_mv(const char *oldPath, const char *newPath) in cmd_yaffs_mv()
Dyaffsfs.c1479 int yaffs_rename(const YCHAR *oldPath, const YCHAR *newPath) in yaffs_rename()
/external/cldr/tools/java/org/unicode/cldr/tool/
DFilterFactory.java266 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/curl/tests/python_dependencies/impacket/
Dsmb3.py1323 def rename(self, shareName, oldPath, newPath): argument
/external/curl/lib/
Dftp.c4215 const char *oldPath = conn->bits.reuse ? ftpc->prevpath : ""; in ftp_parse_url_path() local