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

  /frameworks/base/core/jni/
fd_utils.h 79 bool Restat() const;
121 bool Restat(const std::vector<int>& fds_to_ignore);
fd_utils.cpp 214 bool FileDescriptorInfo::Restat() const {
217 PLOG(ERROR) << "Unable to restat fd " << fd;
391 bool FileDescriptorTable::Restat(const std::vector<int>& fds_to_ignore) {
465 // The entry from the file descriptor table is still open. Restat
467 const bool same_file = it->second->Restat();
com_android_internal_os_Zygote.cpp 525 } else if (!gOpenFdTable->Restat(fds_to_ignore)) {
526 RuntimeAbort(env, __LINE__, "Unable to restat file descriptor table.");
  /build/blueprint/bootstrap/
glob.go 53 Restat: true,
bootstrap.go 106 Restat: true,
  /build/blueprint/
ninja_defs.go 65 Restat bool // Whether Ninja should re-stat the rule's outputs.
184 if params.Restat {
185 r.Variables["restat"] = simpleNinjaString("true")
  /build/soong/cc/
builder.go 139 Restat: true,

Completed in 253 milliseconds