Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/ScopedStorageTestHelper/src/android/scopedstorage/cts/
DScopedStorageTestHelper.java205 final String directoryPath = getIntent().getStringExtra(INTENT_EXTRA_PATH); in sendDirectoryEntries() local
208 final String[] directoryEntries = new File(directoryPath).list(); in sendDirectoryEntries()
211 "I/O exception while listing entries for " + directoryPath); in sendDirectoryEntries()