Searched refs:allowlist_ (Results 1 – 2 of 2) sorted by relevance
55 void Allow(const std::string& path) { allowlist_.push_back(path); } in Allow()68 std::vector<std::string> allowlist_; variable
77 for (const auto& allowlist_path : allowlist_) { in IsAllowed()172 FileDescriptorAllowlist::FileDescriptorAllowlist() : allowlist_() {} in FileDescriptorAllowlist()