Searched refs:zygoteSocketName (Results 1 – 2 of 2) sorted by relevance
799 String zygoteSocketName = "zygote"; in main() local810 zygoteSocketName = argv[i].substring(SOCKET_NAME_ARG.length()); in main()816 final boolean isPrimaryZygote = zygoteSocketName.equals(Zygote.PRIMARY_SOCKET_NAME); in main()822 } else if (zygoteSocketName.equals(Zygote.SECONDARY_SOCKET_NAME)) { in main()859 Runnable r = forkSystemServer(abiList, zygoteSocketName, zygoteServer); in main()
1189 public static void waitForConnectionToZygote(String zygoteSocketName) { in waitForConnectionToZygote() argument1191 new LocalSocketAddress(zygoteSocketName, LocalSocketAddress.Namespace.RESERVED); in waitForConnectionToZygote()