Home
last modified time | relevance | path

Searched refs:allowlist_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dfd_utils.h55 void Allow(const std::string& path) { allowlist_.push_back(path); } in Allow()
68 std::vector<std::string> allowlist_; variable
Dfd_utils.cpp77 for (const auto& allowlist_path : allowlist_) { in IsAllowed()
172 FileDescriptorAllowlist::FileDescriptorAllowlist() : allowlist_() {} in FileDescriptorAllowlist()