Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java1215 File lowerCaseFile = new File(getDownloadDir(), "cache_consistency_for_case_insensitivity"); in testCacheConsistencyForCaseInsensitivity() local
1220 ParcelFileDescriptor.open(lowerCaseFile, MODE_READ_WRITE | MODE_CREATE)) { in testCacheConsistencyForCaseInsensitivity()
1226 lowerCaseFile.delete(); in testCacheConsistencyForCaseInsensitivity()