Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dfd_utils.cpp520 void FileDescriptorTable::Restat(const std::vector<int>& fds_to_ignore, fail_fn_t fail_fn) { in Restat() function in FileDescriptorTable
/aosp12/build/blueprint/
H A Dninja_defs.go65 Restat bool // Whether Ninja should re-stat the rule's outputs. member
/aosp12/build/soong/android/
H A Drule_builder.go105 func (r *RuleBuilder) Restat() *RuleBuilder { func