Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/MultiUserStorageApp/src/com/android/cts/multiuserstorageapp/
DMultiUserStorageTest.java141 final File otherPath = new File(basePath, String.valueOf(i)); in testUserIsolation() local
142 assertDirNoAccess(otherPath); in testUserIsolation()
158 final File otherPath = new File(basePath,i + "/" + FILE_SINGLETON + ".mp3"); in testMediaProviderUserIsolation() local
159 assertFileNoAccess(otherPath); in testMediaProviderUserIsolation()
164 cv.put("_data", otherPath.getAbsolutePath()); in testMediaProviderUserIsolation()
168 + otherPath.getAbsolutePath()); in testMediaProviderUserIsolation()
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DStorageTest.java336 final File otherPath = new File(path.getAbsolutePath() in testExternalStorageIsolatedWrite() local
340 otherPath.mkdirs(); in testExternalStorageIsolatedWrite()
343 final File otherFile = new File(otherPath, name); in testExternalStorageIsolatedWrite()