Home
last modified time | relevance | path

Searched refs:FileDescriptorAllowlist (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/
Dfd_utils.h49 class FileDescriptorAllowlist {
52 static FileDescriptorAllowlist* Get();
64 FileDescriptorAllowlist();
66 static FileDescriptorAllowlist* instance_;
70 DISALLOW_COPY_AND_ASSIGN(FileDescriptorAllowlist);
Dfd_utils.cpp59 FileDescriptorAllowlist* FileDescriptorAllowlist::Get() { in Get()
61 instance_ = new FileDescriptorAllowlist(); in Get()
70 bool FileDescriptorAllowlist::IsAllowed(const std::string& path) const { in IsAllowed()
172 FileDescriptorAllowlist::FileDescriptorAllowlist() : allowlist_() {} in FileDescriptorAllowlist() function in FileDescriptorAllowlist
174 FileDescriptorAllowlist* FileDescriptorAllowlist::instance_ = nullptr;
228 const FileDescriptorAllowlist* allowlist = FileDescriptorAllowlist::Get(); in CreateFromFd()
Dcom_android_internal_os_Zygote.cpp2723 FileDescriptorAllowlist::Get()->Allow(path_cstr); in com_android_internal_os_Zygote_nativeAllowFileAcrossFork()