Home
last modified time | relevance | path

Searched refs:long_rule_command (Results 1 - 1 of 1) sorted by relevance

/third_party/ninja/src/
H A Dbuild_log_perftest.cc67 string long_rule_command = "gcc "; in WriteTestData() local
68 for (int i = 0; long_rule_command.size() < kRuleSize; ++i) { in WriteTestData()
71 long_rule_command += buf; in WriteTestData()
73 long_rule_command += "$in -o $out\n"; in WriteTestData()
77 if (!parser.ParseTest("rule cxx\n command = " + long_rule_command, err)) in WriteTestData()

Completed in 1 milliseconds