Searched refs:zygote_kinds (Results 1 – 2 of 2) sorted by relevance
82 std::string zygote_kinds = android::base::GetProperty("ro.zygote", {}); in GetSupportedInstructionSets() local83 if (zygote_kinds.empty()) { in GetSupportedInstructionSets()91 if (zygote_kinds == "zygote64_32" || zygote_kinds == "zygote32_64") { in GetSupportedInstructionSets()93 } else if (zygote_kinds == "zygote64") { in GetSupportedInstructionSets()95 } else if (zygote_kinds == "zygote32") { in GetSupportedInstructionSets()98 *error_msg = android::base::StringPrintf("Unknown Zygote kinds '%s'", zygote_kinds.c_str()); in GetSupportedInstructionSets()105 if (zygote_kinds == "zygote64_32" || zygote_kinds == "zygote32_64") { in GetSupportedInstructionSets()107 } else if (zygote_kinds == "zygote64") { in GetSupportedInstructionSets()109 } else if (zygote_kinds == "zygote32") { in GetSupportedInstructionSets()112 *error_msg = android::base::StringPrintf("Unknown Zygote kinds '%s'", zygote_kinds.c_str()); in GetSupportedInstructionSets()
67 std::string zygote_kinds = android::base::GetProperty("ro.zygote", {}); in GetZygoteNamesAndIsas() local68 if (zygote_kinds.empty()) { in GetZygoteNamesAndIsas()75 if (zygote_kinds.find("32") != std::string::npos) { in GetZygoteNamesAndIsas()78 if (zygote_kinds.find("64") != std::string::npos) { in GetZygoteNamesAndIsas()84 if (zygote_kinds.find("32") != std::string::npos) { in GetZygoteNamesAndIsas()87 if (zygote_kinds.find("64") != std::string::npos) { in GetZygoteNamesAndIsas()