Searched defs:oldPath (Results 1 – 12 of 12) sorted by relevance
/external/archive-patcher/tools/src/main/java/com/google/archivepatcher/tools/ |
D | PatchExplainerTool.java | 102 String oldPath = null; in run() local
|
D | FileByFileTool.java | 111 String oldPath = null; in run() local
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XMLSource.java | 191 final private String oldPath; field in XMLSource.Alias 205 String oldPath = aliasPath.substring(0, pos); in make() local 218 private Alias(int pos, String oldPath, String newPath, String aliasParts) { in Alias() 302 static String addRelative(String oldPath, String relativePath) { in addRelative() 321 public static String stripLastElement(String oldPath) { in stripLastElement() 353 public String changeNewToOld(String fullPath, String newPath, String oldPath) { in changeNewToOld()
|
/external/skia/modules/particles/src/ |
D | SkParticleDrawable.cpp | 115 SkString oldPath = fPath; in visitFields() local
|
D | SkParticleAffector.cpp | 248 SkString oldPath = fPath; in visitFields() local
|
/external/u-boot/cmd/ |
D | yaffs2.c | 266 char *oldPath; in do_ymv() local
|
/external/u-boot/fs/yaffs2/ |
D | yaffs_uboot_glue.c | 458 void cmd_yaffs_mv(const char *oldPath, const char *newPath) in cmd_yaffs_mv()
|
D | yaffsfs.c | 1479 int yaffs_rename(const YCHAR *oldPath, const YCHAR *newPath) in yaffs_rename()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | FilterFactory.java | 268 String oldPath = entry.oldValue; in modifyFile() local
|
/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/ |
D | BsPatchTest.java | 625 private void invokeApplyPatch(String oldPath, String patchPatch, String newPath) in invokeApplyPatch()
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 556 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller) in PathDiagnosticCallPiece()
|
/external/curl/tests/python_dependencies/impacket/ |
D | smb3.py | 1322 def rename(self, shareName, oldPath, newPath): argument
|