Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java1801 File emptyDirectoryOldPath = new File(getDcimDir(), emptyDirectoryName); in testRenameEmptyDirectory() local
1804 if (emptyDirectoryOldPath.exists()) { in testRenameEmptyDirectory()
1805 executeShellCommand("rm -r " + emptyDirectoryOldPath.getPath()); in testRenameEmptyDirectory()
1807 assertThat(emptyDirectoryOldPath.mkdirs()).isTrue(); in testRenameEmptyDirectory()
1808 assertCanRenameDirectory(emptyDirectoryOldPath, emptyDirectoryNewPath, null, null); in testRenameEmptyDirectory()
1810 emptyDirectoryOldPath.delete(); in testRenameEmptyDirectory()