Searched refs:restat (Results 1 – 14 of 14) sorted by relevance
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | ninja_syntax.py | 42 generator=False, pool=None, restat=False, rspfile=None, argument 54 if restat:
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | ninja_syntax.py | 50 restat=False, argument 65 if restat:
|
/third_party/ninja/misc/ |
D | ninja_syntax.py | 55 generator=False, pool=None, restat=False, rspfile=None, argument 67 if restat:
|
D | ninja.vim | 47 \ pool restat rspfile rspfile_content
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | ninja.py | 1591 restat=True, pool=pool, 1778 restat=True, 1784 restat=True, 2086 restat=True, 2095 restat=True, 2180 restat=True, 2189 restat=True, 2198 restat=True, 2207 restat=True,
|
/third_party/gn/src/gn/ |
D | ninja_toolchain_writer.cc | 119 if (tool->restat()) in WriteToolRule()
|
D | function_toolchain.cc | 557 restat = true 855 restat = true 870 restat = true
|
D | tool.h | 196 bool restat() const { return restat_; } in restat() function
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | ninja.py | 1980 restat=True, 2187 restat=True, 2196 restat=True, 2540 restat=True, 2550 restat=True, 2652 restat=True, 2662 restat=True, 2672 restat=True, 2682 restat=True,
|
/third_party/ninja/src/ |
D | build.cc | 968 bool restat = edge->GetBindingBool("restat"); in FinishCommand() local 979 if ((*o)->mtime() == new_mtime && restat) { in FinishCommand()
|
/third_party/ninja/doc/ |
D | manual.asciidoc | 290 `restat`:: updates all recorded file modification timestamps in the `.ninja_log` 862 `restat`:: if present, causes Ninja to re-stat the command's outputs 1085 3. An optional `restat` <<ref_rule,variable binding>> on each build statement. 1165 restat = 1 1169 outputs of `foo.tar.stamp`, and to mark the build statement for `restat`. 1171 extracted again. The `restat` binding tells Ninja to tolerate the fact
|
/third_party/flutter/skia/gn/toolchain/ |
D | BUILD.gn | 147 restat = true
|
/third_party/skia/gn/toolchain/ |
D | BUILD.gn | 200 restat = true
|
/third_party/gn/docs/ |
D | reference.md | 756 restat on generated ninja files and for use with --clean-stale. 1342 GN sets Ninja's flag 'restat = 1` for all action commands. This means 1434 GN sets Ninja's flag 'restat = 1` for all action commands. This means 3646 restat [boolean] 3659 restat = true 3959 restat = true 3974 restat = true
|