Searched refs:GetDepfileFromCommand (Results 1 – 3 of 3) sorted by relevance
40 bool GetDepfileFromCommand(string* cmd, string* out);
28 if (GetDepfileFromCommand(&cmd, &r)) { in GetDepfile()
127 bool GetDepfileFromCommand(string* cmd, string* out) { in GetDepfileFromCommand() function466 bool result = GetDepfileFromCommand(cmd_buf, depfile); in GetDepfile()