Searched refs:sharedLibrary (Results 1 – 4 of 4) sorted by relevance
148 List<SharedLibraryInfo> sharedLibrary = in testSplitChain() local151 data.pkg, sharedLibrary, data.pathsWithCode); in testSplitChain()169 List<SharedLibraryInfo> sharedLibrary = in testSplitChainNoSplitDependencies() local239 List<SharedLibraryInfo> sharedLibrary = in testSplitChainWithNullPrimaryClassLoader() local261 List<SharedLibraryInfo> sharedLibrary = in tesNoSplits() local273 List<SharedLibraryInfo> sharedLibrary = in tesNoSplitsNullClassLoaderName() local286 List<SharedLibraryInfo> sharedLibrary = in tesNoSplitDelegateLast() local321 List<SharedLibraryInfo> sharedLibrary = in testContextWithNoCode() local341 List<SharedLibraryInfo> sharedLibrary = in testContextBaseNoCode() local361 SharedLibraryInfo sharedLibrary = in testSharedLibraryContext() local[all …]
240 private static String encodeSharedLibrary(SharedLibraryInfo sharedLibrary) { in encodeSharedLibrary() argument241 List<String> paths = sharedLibrary.getAllCodePaths(); in encodeSharedLibrary()245 if (sharedLibrary.getDependencies() != null) { in encodeSharedLibrary()246 classLoaderSpec += encodeSharedLibraries(sharedLibrary.getDependencies()); in encodeSharedLibrary()
743 ClassLoader createSharedLibraryLoader(SharedLibraryInfo sharedLibrary, in createSharedLibraryLoader() argument745 List<String> paths = sharedLibrary.getAllCodePaths(); in createSharedLibraryLoader()747 sharedLibrary.getDependencies(), isBundledApp, librarySearchPath, in createSharedLibraryLoader()
9354 final SharedLibraryInfo sharedLibrary = sharedLibraries.get(j); in appendSdkSandboxLibraryHeaders() local9355 if (!sharedLibrary.isSdk()) { in appendSdkSandboxLibraryHeaders()9359 sb.append("SdkSandbox-Library: ").append(sharedLibrary.getPackageName()); in appendSdkSandboxLibraryHeaders()9360 final VersionedPackage versionedPackage = sharedLibrary.getDeclaringPackage(); in appendSdkSandboxLibraryHeaders()