Searched refs:kZygoteAllowlistPath (Results 1 – 1 of 1) sorted by relevance
163 static const char* kZygoteAllowlistPath = "/vendor/zygote_whitelist/"; in IsAllowed() local164 if (android::base::StartsWith(path, kZygoteAllowlistPath) && in IsAllowed()