Home
last modified time | relevance | path

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

/cts/hostsidetests/os/test-apps/StaticSharedLibConsumerApp1/src/android/os/lib/consumer1/
DUseSharedLibraryTest.java46 private static final String LIB_NAME = "foo.bar.lib"; field in UseSharedLibraryTest
111 if (LIB_NAME.equals(sharedLib.getName())) { in testSharedLibrariesProperlyReported()
158 assertTrue("Did not find lib " + LIB_NAME + " version 1", firstLibFound); in testSharedLibrariesProperlyReported()
159 assertTrue("Did not find lib " + LIB_NAME + " version 4", secondLibFound); in testSharedLibrariesProperlyReported()
160 assertTrue("Did not find lib " + LIB_NAME + " version 5", thirdLibFound); in testSharedLibrariesProperlyReported()
177 assertEquals(LIB_NAME, sharedLib.getName()); in testDeclaredSharedLibrariesProperlyReported()
205 assertTrue("Did not find lib " + LIB_NAME + " version 1", firstLibFound); in testDeclaredSharedLibrariesProperlyReported()
206 assertTrue("Did not find lib " + LIB_NAME + " version 4", secondLibFound); in testDeclaredSharedLibrariesProperlyReported()
207 assertTrue("Did not find lib " + LIB_NAME + " version 5", thirdLibFound); in testDeclaredSharedLibrariesProperlyReported()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0670/
Dpoc.c27 #define LIB_NAME "/system/lib/libandroid.so" macro
76 if (runDlopenDlcloseLibraryLoop(LIB_NAME, LOOP_COUNT)) { in main()
88 if (runDlopenDlcloseLibraryLoop(LIB_NAME, LOOP_COUNT)) { in main()