Searched refs:ParseZygoteKind (Results 1 – 1 of 1) sorted by relevance
86 bool ParseZygoteKind(const char* input, ZygoteKind* zygote_kind) { in ParseZygoteKind() function179 if (!ParseZygoteKind(zygote.c_str(), &zygote_kind)) { in InitializeConfig()