Searched refs:allowlist_path (Results 1 – 1 of 1) sorted by relevance
72 for (const auto& allowlist_path : kPathAllowlist) { in IsAllowed() local73 if (path == allowlist_path) return true; in IsAllowed()77 for (const auto& allowlist_path : allowlist_) { in IsAllowed() local78 if (path == allowlist_path) return true; in IsAllowed()