Home
last modified time | relevance | path

Searched defs:abiList (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DAppZygoteInit.java45 protected ZygoteConnection createNewConnection(LocalSocket socket, String abiList) in createNewConnection()
52 AppZygoteConnection(LocalSocket socket, String abiList) throws IOException { in AppZygoteConnection()
DWebViewZygoteInit.java46 protected ZygoteConnection createNewConnection(LocalSocket socket, String abiList) in createNewConnection()
53 WebViewZygoteConnection(LocalSocket socket, String abiList) throws IOException { in WebViewZygoteConnection()
DZygoteServer.java219 private ZygoteConnection acceptCommandPeer(String abiList) { in acceptCommandPeer()
228 protected ZygoteConnection createNewConnection(LocalSocket socket, String abiList) in createNewConnection()
424 Runnable runSelectLoop(String abiList) { in runSelectLoop()
DChildZygoteInit.java81 String abiList = parseAbiListFromArgs(args); in runZygoteServer() local
DZygoteConnection.java73 private final String abiList; field in ZygoteConnection
83 ZygoteConnection(LocalSocket socket, String abiList) throws IOException { in ZygoteConnection()
DZygoteInit.java708 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/
DNativeLibraryHelper.java306 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/
DPackageAbiHelperImpl.java405 String[] abiList = (cpuAbiOverride != null) in derivePackageAbi() local
/frameworks/base/core/java/android/os/
DZygoteProcess.java167 List<String> abiList) { in ZygoteState()