Searched refs:otherPath (Results 1 – 2 of 2) sorted by relevance
141 final File otherPath = new File(basePath, String.valueOf(i)); in testUserIsolation() local142 assertDirNoAccess(otherPath); in testUserIsolation()158 final File otherPath = new File(basePath,i + "/" + FILE_SINGLETON); in testMediaProviderUserIsolation() local159 assertFileNoAccess(otherPath); in testMediaProviderUserIsolation()164 cv.put("_data", otherPath.getAbsolutePath()); in testMediaProviderUserIsolation()168 + otherPath.getAbsolutePath()); in testMediaProviderUserIsolation()
272 final File otherPath = new File(path.getAbsolutePath() in testExternalStorageIsolatedWrite() local276 otherPath.mkdirs(); in testExternalStorageIsolatedWrite()279 final File otherFile = new File(otherPath, name); in testExternalStorageIsolatedWrite()