Home
last modified time | relevance | path

Searched refs:deps_type (Results 1 – 3 of 3) sorted by relevance

/third_party/ninja/src/
Dbuild.cc943 string deps_type = edge->GetBinding("deps"); in FinishCommand() local
945 if (!deps_type.empty()) { in FinishCommand()
947 if (!ExtractDeps(result, deps_type, deps_prefix, &deps_nodes, in FinishCommand()
1003 if (restat_mtime != 0 && deps_type.empty() && !depfile.empty()) { in FinishCommand()
1035 if (!deps_type.empty() && !config_.dry_run) { in FinishCommand()
1052 const string& deps_type, in ExtractDeps() argument
1056 if (deps_type == "msvc") { in ExtractDeps()
1071 if (deps_type == "gcc") { in ExtractDeps()
1114 Fatal("unknown deps type '%s'", deps_type.c_str()); in ExtractDeps()
Dbuild.h227 bool ExtractDeps(CommandRunner::Result* result, const string& deps_type,
Dgraph.cc503 string deps_type = edge->GetBinding("deps"); in LoadDeps() local
504 if (!deps_type.empty()) in LoadDeps()