Searched refs:allowlist_path (Results 1 – 1 of 1) sorted by relevance
68 for (const auto& allowlist_path : kPathAllowlist) { in IsAllowed() local69 if (path == allowlist_path) return true; in IsAllowed()73 for (const auto& allowlist_path : allowlist_) { in IsAllowed() local74 if (path == allowlist_path) return true; in IsAllowed()