Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dfd_utils-inl.h291 static const std::string kOverlayIdmapSuffix = ".apk@idmap"; in IsWhitelisted() local
292 if (StartsWith(path, kOverlayIdmapPrefix) && EndsWith(path, kOverlayIdmapSuffix) in IsWhitelisted()