Home
last modified time | relevance | path

Searched refs:kZygoteAllowlistPath (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dfd_utils.cpp163 static const char* kZygoteAllowlistPath = "/vendor/zygote_whitelist/"; in IsAllowed() local
164 if (android::base::StartsWith(path, kZygoteAllowlistPath) && in IsAllowed()