Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dfd_utils.h54 void Allow(const std::string& path) { allowlist_.push_back(path); } in Allow()
67 std::vector<std::string> allowlist_; variable
H A Dfd_utils.cpp73 for (const auto& allowlist_path : allowlist_) { in IsAllowed()
168 FileDescriptorAllowlist::FileDescriptorAllowlist() : allowlist_() {} in FileDescriptorAllowlist()