Searched refs:emptyDirectoryOldPath (Results 1 – 1 of 1) sorted by relevance
1931 File emptyDirectoryOldPath = new File(getDcimDir(), emptyDirectoryName); in testRenameEmptyDirectory() local1934 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()