Home
last modified time | relevance | path

Searched refs:RestatInternal (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dfd_utils.h91 bool RestatInternal(std::set<int>& open_fds, std::string* error_msg);
Dfd_utils.cpp504 return RestatInternal(open_fds, error_msg); in Restat()
527 bool FileDescriptorTable::RestatInternal(std::set<int>& open_fds, std::string* error_msg) { in RestatInternal() function in FileDescriptorTable