Home
last modified time | relevance | path

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

/art/libnativeloader/test/src/android/test/lib/
DAppTestCommon.java77 SystemSharedLib.load(TestUtils.libPath("/system", "system_private7")); in testLoadPrivateLibrariesViaSystemSharedLibWithAbsolutePaths()
78 SystemSharedLib.load(TestUtils.libPath("/system_ext", "systemext_private7")); in testLoadPrivateLibrariesViaSystemSharedLibWithAbsolutePaths()
81 SystemSharedLib.load(TestUtils.libPath("/system", "system_private7")); in testLoadPrivateLibrariesViaSystemSharedLibWithAbsolutePaths()
84 SystemSharedLib.load(TestUtils.libPath("/system_ext", "systemext_private7")); in testLoadPrivateLibrariesViaSystemSharedLibWithAbsolutePaths()
89 SystemSharedLib.load(TestUtils.libPath("/product", "product_private7")); in testLoadPrivateLibrariesViaSystemSharedLibWithAbsolutePaths()
92 SystemSharedLib.load(TestUtils.libPath("/product", "product_private7")); in testLoadPrivateLibrariesViaSystemSharedLibWithAbsolutePaths()
97 () -> { SystemSharedLib.load(TestUtils.libPath("/vendor", "vendor_private7")); }); in testLoadPrivateLibrariesViaSystemSharedLibWithAbsolutePaths()
104 SystemExtSharedLib.load(TestUtils.libPath("/system", "system_private8")); in testLoadPrivateLibrariesViaSystemExtSharedLibWithAbsolutePaths()
105 SystemExtSharedLib.load(TestUtils.libPath("/system_ext", "systemext_private8")); in testLoadPrivateLibrariesViaSystemExtSharedLibWithAbsolutePaths()
108 SystemExtSharedLib.load(TestUtils.libPath("/system", "system_private8")); in testLoadPrivateLibrariesViaSystemExtSharedLibWithAbsolutePaths()
[all …]
DTestUtils.java41 public static String libPath(String dir, String libName) { in libPath() method in TestUtils
70 String libPath = libPath(libDir, libStem + i); in testPrivateLibsExist() local
71 assertWithMessage(libPath + " does not exist") in testPrivateLibsExist()
72 .that(new File(libPath).exists()) in testPrivateLibsExist()
/art/libnativeloader/test/src/android/test/app/
DSystemAppTest.java135 System.load(TestUtils.libPath("/system", "system_extpub3.oem1")); in testLoadExtendedPublicLibrariesWithAbsolutePaths()
137 System.load(TestUtils.libPath("/product", "product_extpub3.product1")); in testLoadExtendedPublicLibrariesWithAbsolutePaths()
143 System.load(TestUtils.libPath("/system", "system_private6")); in testLoadPrivateLibrariesWithAbsolutePaths()
144 System.load(TestUtils.libPath("/system_ext", "systemext_private6")); in testLoadPrivateLibrariesWithAbsolutePaths()
147 () -> System.load(TestUtils.libPath("/product", "product_private6"))); in testLoadPrivateLibrariesWithAbsolutePaths()
150 () -> System.load(TestUtils.libPath("/vendor", "vendor_private6"))); in testLoadPrivateLibrariesWithAbsolutePaths()
DVendorAppTest.java150 () -> System.load(TestUtils.libPath("/system", "system_extpub3.oem1"))); in testLoadExtendedPublicLibrariesWithAbsolutePaths()
152 System.load(TestUtils.libPath("/product", "product_extpub3.product1")); in testLoadExtendedPublicLibrariesWithAbsolutePaths()
159 () -> System.load(TestUtils.libPath("/system", "system_private6"))); in testLoadPrivateLibrariesWithAbsolutePaths()
161 () -> System.load(TestUtils.libPath("/system_ext", "systemext_private6"))); in testLoadPrivateLibrariesWithAbsolutePaths()
164 () -> System.load(TestUtils.libPath("/product", "product_private6"))); in testLoadPrivateLibrariesWithAbsolutePaths()
166 System.load(TestUtils.libPath("/vendor", "vendor_private6")); in testLoadPrivateLibrariesWithAbsolutePaths()
DDataAppTest.java144 System.load(TestUtils.libPath("/system", "system_extpub3.oem1")); in testLoadExtendedPublicLibrariesWithAbsolutePaths()
146 System.load(TestUtils.libPath("/product", "product_extpub3.product1")); in testLoadExtendedPublicLibrariesWithAbsolutePaths()
153 () -> System.load(TestUtils.libPath("/system", "system_private6"))); in testLoadPrivateLibrariesWithAbsolutePaths()
155 () -> System.load(TestUtils.libPath("/system_ext", "systemext_private6"))); in testLoadPrivateLibrariesWithAbsolutePaths()
158 () -> System.load(TestUtils.libPath("/product", "product_private6"))); in testLoadPrivateLibrariesWithAbsolutePaths()
161 () -> System.load(TestUtils.libPath("/vendor", "vendor_private6"))); in testLoadPrivateLibrariesWithAbsolutePaths()
DProductAppTest.java158 System.load(TestUtils.libPath("/system", "system_extpub3.oem1")); in testLoadExtendedPublicLibrariesWithAbsolutePaths()
159 System.load(TestUtils.libPath("/product", "product_extpub3.product1")); in testLoadExtendedPublicLibrariesWithAbsolutePaths()
166 () -> System.load(TestUtils.libPath("/system", "system_private6"))); in testLoadPrivateLibrariesWithAbsolutePaths()
168 () -> System.load(TestUtils.libPath("/system_ext", "systemext_private6"))); in testLoadPrivateLibrariesWithAbsolutePaths()
170 System.load(TestUtils.libPath("/product", "product_private6")); in testLoadPrivateLibrariesWithAbsolutePaths()
172 () -> System.load(TestUtils.libPath("/vendor", "vendor_private6"))); in testLoadPrivateLibrariesWithAbsolutePaths()