Searched defs:Restat (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/jni/
H A Dfd_utils.cpp136 bool Restat() const;
272 bool FileDescriptorInfo::Restat() const { function in class:FileDescriptorInfo
472 bool FileDescriptorTable::Restat(const std::vector<int>& fds_to_ignore, std::string* error_msg) { function in class:FileDescriptorTable
550 // The entry from the file descriptor table is still open. Restat
552 const bool same_file = it->second->Restat();

Completed in 339 milliseconds