HomeSort by relevance Sort by last modified time
    Searched refs:FileDescriptorTable (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/
fd_utils.h 71 // A FileDescriptorTable is a collection of FileDescriptorInfo objects
73 class FileDescriptorTable {
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);
fd_utils.cpp 434 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(
527 bool FileDescriptorTable::RestatInternal(std::set<int>& open_fds, std::string* error_msg) {
608 int FileDescriptorTable::ParseFd(dirent* e, int dir_fd) {
com_android_internal_os_Zygote.cpp 517 static FileDescriptorTable* gOpenFdTable = NULL;
594 gOpenFdTable = FileDescriptorTable::Create(fds_to_ignore, &error_msg);
    [all...]

Completed in 92 milliseconds