Searched refs:zygoteSocketName (Results 1 – 2 of 2) sorted by relevance
916 String zygoteSocketName = "zygote"; in main() local927 zygoteSocketName = argv[i].substring(SOCKET_NAME_ARG.length()); in main()933 final boolean isPrimaryZygote = zygoteSocketName.equals(Zygote.PRIMARY_SOCKET_NAME); in main()939 } else if (zygoteSocketName.equals(Zygote.SECONDARY_SOCKET_NAME)) { in main()976 Runnable r = forkSystemServer(abiList, zygoteSocketName, zygoteServer); in main()
1186 public static void waitForConnectionToZygote(String zygoteSocketName) { in waitForConnectionToZygote() argument1188 new LocalSocketAddress(zygoteSocketName, LocalSocketAddress.Namespace.RESERVED); in waitForConnectionToZygote()