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