Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java1931 File emptyDirectoryOldPath = new File(getDcimDir(), emptyDirectoryName); in testRenameEmptyDirectory() local
1934 if (emptyDirectoryOldPath.exists()) { in testRenameEmptyDirectory()
1935 executeShellCommand("rm -r " + emptyDirectoryOldPath.getPath()); in testRenameEmptyDirectory()
1937 assertThat(emptyDirectoryOldPath.mkdirs()).isTrue(); in testRenameEmptyDirectory()
1938 assertCanRenameDirectory(emptyDirectoryOldPath, emptyDirectoryNewPath, null, null); in testRenameEmptyDirectory()
1940 deleteRecursively(emptyDirectoryOldPath); in testRenameEmptyDirectory()