Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dfd_utils-inl.h266 static const std::string kFrameworksPrefix = "/system/framework/"; in IsWhitelisted() local
268 if (StartsWith(path, kFrameworksPrefix) && EndsWith(path, kJarSuffix)) { in IsWhitelisted()