Home
last modified time | relevance | path

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

/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_LinkerNamespacesTest.cpp132 std::list<std::string> dirs = { library_path }; in check_path() local
133 while (!dirs.empty()) { in check_path()
134 std::string dir = dirs.front(); in check_path()
135 dirs.pop_front(); in check_path()
154 dirs.push_back(path); in check_path()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DScopedDirectoryAccessClientTest.java190 final String[] dirs = { DIRECTORY_DCIM, DIRECTORY_ROOT }; in testDeniesOnceButAllowsAskingAgain()
192 for (String dir : dirs) { in testDeniesOnceButAllowsAskingAgain()
215 final String[] dirs = {DIRECTORY_PICTURES, DIRECTORY_ROOT}; in testDeniesOnceForAll()
217 for (String dir : dirs) { in testDeniesOnceForAll()
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DCommonExternalStorageTest.java441 File[] dirs = removeWhiteList(dir.listFiles()); in deleteContents() local
442 if (dirs.length != 0) { in deleteContents()
443 fail("Expected wiped storage but found: " + Arrays.toString(dirs)); in deleteContents()