Searched refs:scan_ (Results 1 - 4 of 4) sorted by relevance
/third_party/ninja/src/ |
H A D | graph_test.cc | 23 GraphTest() : scan_(&state_, NULL, NULL, &fs_, NULL) {} in GraphTest() 26 DependencyScan scan_; member 36 EXPECT_TRUE(scan_.RecomputeDirty(GetNode("out"), NULL, &err)); in TEST_F() 54 EXPECT_TRUE(scan_.RecomputeDirty(GetNode("out"), NULL, &err)); in TEST_F() 74 EXPECT_TRUE(scan_.RecomputeDirty(GetNode("out.o"), NULL, &err)); in TEST_F() 97 EXPECT_TRUE(scan_.RecomputeDirty(GetNode("out.o"), NULL, &err)); in TEST_F() 125 EXPECT_TRUE(scan_.RecomputeDirty(GetNode("out"), NULL, &err)); in TEST_F() 141 EXPECT_TRUE(scan_.RecomputeDirty(GetNode("out"), NULL, &err)); in TEST_F() 165 EXPECT_TRUE(scan_.RecomputeDirty(GetNode("out.imp"), NULL, &err)); in TEST_F() 179 EXPECT_TRUE(scan_ in TEST_F() [all...] |
H A D | disk_interface_test.cc | 262 StatTest() : scan_(&state_, NULL, NULL, this, NULL) {}
in StatTest() 283 DependencyScan scan_;
member 305 scan_.RecomputeDirty(out, NULL, NULL);
in TEST_F() 321 scan_.RecomputeDirty(out, NULL, NULL);
in TEST_F() 341 scan_.RecomputeDirty(out, NULL, NULL);
in TEST_F() 362 scan_.RecomputeDirty(out, NULL, NULL);
in TEST_F()
|
H A D | build.h | 213 scan_.set_build_log(log);
in SetBuildLog() 239 DependencyScan scan_;
member
|
H A D | build.cc | 547 scan_(state, build_log, deps_log, disk_interface,
in Builder() 606 if (!scan_.RecomputeDirty(target, &validation_nodes, err))
in AddTarget() 667 scan_.build_log()->Close();
in Build() 933 if (!plan_.CleanNode(&scan_, *o, err))
in FinishCommand() 952 if (scan_.build_log()) {
in FinishCommand() 953 if (!scan_.build_log()->RecordCommand(edge, start_time_millis,
in FinishCommand() 967 if (!scan_.deps_log()->RecordDeps(*o, deps_mtime, deps_nodes)) {
in FinishCommand() 1047 if (!scan_.LoadDyndeps(node, &ddf, err))
in LoadDyndeps() 1051 if (!plan_.DyndepsLoaded(&scan_, node, ddf, err))
in LoadDyndeps()
|
Completed in 4 milliseconds