Searched refs:libFileName (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | WebViewZygoteInit.java | 87 protected void handlePreloadPackage(String packagePath, String libsPath, String libFileName, in handlePreloadPackage() argument 103 doPreload(loader, libFileName); in handlePreloadPackage() 108 private void doPreload(ClassLoader loader, String libFileName) { in doPreload() argument 111 WebViewLibraryLoader.loadNativeLibrary(loader, libFileName); in doPreload()
|
H A D | ZygoteConnection.java | 475 protected void handlePreloadPackage(String packagePath, String libsPath, String libFileName, in handlePreloadPackage() argument
|
/aosp12/system/libhidl/transport/ |
H A D | ServiceManagement.cpp | 325 auto libFileName = line.substr(spacePos + 1); in fetchPidsForPassthroughLibraries() local 326 auto it = infos->find(libFileName); in fetchPidsForPassthroughLibraries() 328 pids[libFileName].insert(pid); in fetchPidsForPassthroughLibraries()
|
/aosp12/art/test/674-hiddenapi/src-ex/ |
H A D | ChildClass.java | 80 public static void runTest(String libFileName, int parentDomainOrdinal, in runTest() argument 82 System.load(libFileName); in runTest()
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | ZygoteProcess.java | 1134 String packagePath, String libsPath, String libFileName, String cacheKey, String abi) in preloadPackageForAbi() argument 1150 state.mZygoteOutputWriter.write(libFileName); in preloadPackageForAbi()
|