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

  /frameworks/base/core/jni/
fd_utils.h 81 bool Restat(const std::vector<int>& fds_to_ignore, std::string* error_msg);
fd_utils.cpp 136 bool Restat() const;
272 bool FileDescriptorInfo::Restat() const {
275 PLOG(ERROR) << "Unable to restat fd " << fd;
472 bool FileDescriptorTable::Restat(const std::vector<int>& fds_to_ignore, std::string* error_msg) {
550 // The entry from the file descriptor table is still open. Restat
552 const bool same_file = it->second->Restat();
com_android_internal_os_Zygote.cpp 598 } else if (!gOpenFdTable->Restat(fds_to_ignore, &error_msg)) {
    [all...]
  /build/blueprint/bootstrap/
glob.go 53 Restat: true,
bootstrap.go 126 Restat: true,
  /build/soong/java/
aapt2.go 124 Restat: true,
builder.go 121 Restat: true,
droiddoc.go 45 Restat: true,
  /build/blueprint/
ninja_defs.go 65 Restat bool // Whether Ninja should re-stat the rule's outputs.
186 if params.Restat {
187 r.Variables["restat"] = simpleNinjaString("true")
  /build/soong/cc/
builder.go 146 Restat: true,

Completed in 1307 milliseconds