OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:custom_rule_name
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/gn/
ninja_script_target_writer.cc
27
std::string
custom_rule_name
= WriteRuleDefinition(args_template);
local
35
WriteSourceRules(
custom_rule_name
, implicit_deps, args_template,
54
out_ << ": " <<
custom_rule_name
<< implicit_deps << std::endl;
74
std::string
custom_rule_name
(target_label);
75
base::ReplaceChars(
custom_rule_name
, ":/()", "_", &
custom_rule_name
);
76
custom_rule_name
.append("_rule");
80
std::string rspfile =
custom_rule_name
;
85
out_ << "rule " <<
custom_rule_name
<< std::endl;
106
out_ << "rule " <<
custom_rule_name
<< std::endl
147
out_ << ": " <<
custom_rule_name
<< " ";
local
[
all
...]
ninja_script_target_writer.h
49
void WriteSourceRules(const std::string&
custom_rule_name
,
Completed in 117 milliseconds