Searched refs:kOverlayIdmapSuffix (Results 1 – 1 of 1) sorted by relevance
291 static const std::string kOverlayIdmapSuffix = ".apk@idmap"; in IsWhitelisted() local292 if (StartsWith(path, kOverlayIdmapPrefix) && EndsWith(path, kOverlayIdmapSuffix) in IsWhitelisted()