Searched refs:mountDir (Results 1 – 1 of 1) sorted by relevance
95 final File mountDir = new File(mountPath); in doMountAndUnmountObbNormal() local96 final File testFile = new File(mountDir, "test1.txt"); in doMountAndUnmountObbNormal()98 assertTrue("OBB mounted path should be a directory", mountDir.isDirectory()); in doMountAndUnmountObbNormal()