Home
last modified time | relevance | path

Searched defs:restat (Results 1 – 4 of 4) sorted by relevance

/third_party/node/tools/gyp/pylib/gyp/
Dninja_syntax.py50 restat=False, argument
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dninja_syntax.py50 restat=False, argument
/third_party/gn/src/gn/
Dtool.h196 bool restat() const { return restat_; } in restat() function
/third_party/ninja/src/
Dbuild.cc911 const bool restat = edge->GetBindingBool("restat"); in FinishCommand() local