Searched refs:zygoteSocketName (Results 1 – 2 of 2) sorted by relevance
848 String zygoteSocketName = "zygote"; in main() local859 zygoteSocketName = argv[i].substring(SOCKET_NAME_ARG.length()); in main()865 final boolean isPrimaryZygote = zygoteSocketName.equals(Zygote.PRIMARY_SOCKET_NAME); in main()903 Runnable r = forkSystemServer(abiList, zygoteSocketName, zygoteServer); in main()
1016 public static void waitForConnectionToZygote(String zygoteSocketName) { in waitForConnectionToZygote() argument1018 new LocalSocketAddress(zygoteSocketName, LocalSocketAddress.Namespace.RESERVED); in waitForConnectionToZygote()