Searched defs:FileDescriptorTable (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dfd_utils.h71 // A FileDescriptorTable is a collection of FileDescriptorInfo objects
73 class FileDescriptorTable { class
75 // Creates a new FileDescriptorTable. This function scans
78 static FileDescriptorTable* Create(const std::vector<int>& fds_to_ignore,
89 FileDescriptorTable(const std::unordered_map<int, FileDescriptorInfo*>& map);
98 DISALLOW_COPY_AND_ASSIGN(FileDescriptorTable);
H A Dfd_utils.cpp434 FileDescriptorTable* FileDescriptorTable::Create(const std::vector<int>& fds_to_ignore,
469 return new FileDescriptorTable(open_fd_map);
472 bool FileDescriptorTable::Restat(const std::vector<int>& fds_to_ignore, std::string* error_msg) {
510 bool FileDescriptorTable::ReopenOrDetach(std::string* error_msg) {
522 FileDescriptorTable::FileDescriptorTable( function in class:FileDescriptorTable
527 bool FileDescriptorTable::RestatInternal(std::set<int>& open_fds, std::string* error_msg) {
608 int FileDescriptorTable::ParseFd(dirent* e, int dir_fd) {

Completed in 42 milliseconds