Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java171 final File mountDir1 = new File(mountPath1); in doMountAndUnmountTwoObbs() local
172 final File testFile1 = new File(mountDir1, "test1.txt"); in doMountAndUnmountTwoObbs()
173 assertTrue("OBB mounted path should be a directory", mountDir1.isDirectory()); in doMountAndUnmountTwoObbs()