Home
last modified time | relevance | path

Searched refs:oldPath (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java823 public static int renameWithMediaProvider(@NonNull File oldPath, @NonNull File newPath) { in renameWithMediaProvider() argument
828 /*whereArgs*/ new String[]{oldPath.getPath()}); in renameWithMediaProvider()
1402 final Path oldPath = oldDirectory.toPath(); in renameDirectoryWithOptionalFallbackToCopy() local
1404 Log.v(TAG, "Recovering failed rename from " + oldPath + " to " + newPath); in renameDirectoryWithOptionalFallbackToCopy()
1406 copyContentsAndDir(oldPath, newPath); in renameDirectoryWithOptionalFallbackToCopy()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandInstallTest.java815 String oldPath = in testDontKillOldPathsArePreserved() local
824 assertTrue(oldPath.startsWith(oldPaths.get(0))); in testDontKillOldPathsArePreserved()