Searched defs:abiList (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | AppZygoteInit.java | 45 protected ZygoteConnection createNewConnection(LocalSocket socket, String abiList) in createNewConnection() 52 AppZygoteConnection(LocalSocket socket, String abiList) throws IOException { in AppZygoteConnection()
|
D | WebViewZygoteInit.java | 46 protected ZygoteConnection createNewConnection(LocalSocket socket, String abiList) in createNewConnection() 53 WebViewZygoteConnection(LocalSocket socket, String abiList) throws IOException { in WebViewZygoteConnection()
|
D | ZygoteServer.java | 219 private ZygoteConnection acceptCommandPeer(String abiList) { in acceptCommandPeer() 228 protected ZygoteConnection createNewConnection(LocalSocket socket, String abiList) in createNewConnection() 424 Runnable runSelectLoop(String abiList) { in runSelectLoop()
|
D | ChildZygoteInit.java | 81 String abiList = parseAbiListFromArgs(args); in runZygoteServer() local
|
D | ZygoteConnection.java | 73 private final String abiList; field in ZygoteConnection 83 ZygoteConnection(LocalSocket socket, String abiList) throws IOException { in ZygoteConnection()
|
D | ZygoteInit.java | 708 private static Runnable forkSystemServer(String abiList, String socketName, in forkSystemServer() 853 String abiList = null; in main() local 938 private static boolean hasSecondZygote(String abiList) { in hasSecondZygote()
|
/frameworks/base/core/java/com/android/internal/content/ |
D | NativeLibraryHelper.java | 306 private static long sumNativeBinariesForSupportedAbi(Handle handle, String[] abiList) { in sumNativeBinariesForSupportedAbi() 316 String[] abiList, boolean useIsaSubdir) throws IOException { in copyNativeBinariesForSupportedAbi() 387 String[] abiList = (cpuAbiOverride != null) ? in copyNativeBinariesWithOverride() local 435 String[] abiList = (cpuAbiOverride != null) ? in sumNativeBinariesWithOverride() local
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageAbiHelperImpl.java | 405 String[] abiList = (cpuAbiOverride != null) in derivePackageAbi() local
|
/frameworks/base/core/java/android/os/ |
D | ZygoteProcess.java | 167 List<String> abiList) { in ZygoteState()
|