Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dfd_utils.cpp136 bool Restat() const;
272 bool FileDescriptorInfo::Restat() const { in Restat() function in FileDescriptorInfo
472 bool FileDescriptorTable::Restat(const std::vector<int>& fds_to_ignore, std::string* error_msg) { in Restat() function in FileDescriptorTable
552 const bool same_file = it->second->Restat(); in RestatInternal()
Dfd_utils.h81 bool Restat(const std::vector<int>& fds_to_ignore, std::string* error_msg);
Dcom_android_internal_os_Zygote.cpp598 } else if (!gOpenFdTable->Restat(fds_to_ignore, &error_msg)) { in ForkAndSpecializeCommon()