Searched refs:oldPath (Results 1 – 2 of 2) sorted by relevance
823 public static int renameWithMediaProvider(@NonNull File oldPath, @NonNull File newPath) { in renameWithMediaProvider() argument828 /*whereArgs*/ new String[]{oldPath.getPath()}); in renameWithMediaProvider()1402 final Path oldPath = oldDirectory.toPath(); in renameDirectoryWithOptionalFallbackToCopy() local1404 Log.v(TAG, "Recovering failed rename from " + oldPath + " to " + newPath); in renameDirectoryWithOptionalFallbackToCopy()1406 copyContentsAndDir(oldPath, newPath); in renameDirectoryWithOptionalFallbackToCopy()
815 String oldPath = in testDontKillOldPathsArePreserved() local824 assertTrue(oldPath.startsWith(oldPaths.get(0))); in testDontKillOldPathsArePreserved()