Searched refs:deps_type (Results 1 – 3 of 3) sorted by relevance
943 string deps_type = edge->GetBinding("deps"); in FinishCommand() local945 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() argument1056 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()
227 bool ExtractDeps(CommandRunner::Result* result, const string& deps_type,
503 string deps_type = edge->GetBinding("deps"); in LoadDeps() local504 if (!deps_type.empty()) in LoadDeps()