Searched refs:deps_prefix (Results 1 - 5 of 5) sorted by relevance
/third_party/ninja/src/ |
H A D | clparser.cc | 45 const string& deps_prefix) { in FilterShowIncludes() 49 const string& prefix = deps_prefix.empty() ? kDepsPrefixEnglish : deps_prefix; in FilterShowIncludes() 80 bool CLParser::Parse(const string& output, const string& deps_prefix, in Parse() argument 98 string include = FilterShowIncludes(line, deps_prefix); in Parse() 44 FilterShowIncludes(const string& line, const string& deps_prefix) FilterShowIncludes() argument
|
H A D | clparser.h | 30 const std::string& deps_prefix); 45 bool Parse(const std::string& output, const std::string& deps_prefix,
|
H A D | msvc_helper_main-win32.cc | 91 string deps_prefix; in MSVCHelperMain() local 101 deps_prefix = optarg; in MSVCHelperMain() 134 if (!parser.Parse(output, deps_prefix, &output, &err)) in MSVCHelperMain()
|
H A D | build.h | 227 const std::string& deps_prefix,
|
H A D | build.cc | 882 const string deps_prefix = edge->GetBinding("msvc_deps_prefix");
in FinishCommand() local 885 if (!ExtractDeps(result, deps_type, deps_prefix, &deps_nodes,
in FinishCommand() 978 const string& deps_prefix,
in ExtractDeps() 984 if (!parser.Parse(result->output, deps_prefix, &output, err))
in ExtractDeps() 976 ExtractDeps(CommandRunner::Result* result, const string& deps_type, const string& deps_prefix, vector<Node*>* deps_nodes, string* err) ExtractDeps() argument
|
Completed in 4 milliseconds