Searched refs:FindCommandLineFlag (Results 1 – 1 of 1) sorted by relevance
49 static size_t FindCommandLineFlag(StringPiece cmd, StringPiece name) { in FindCommandLineFlag() function58 size_t index = FindCommandLineFlag(cmd, name); in FindCommandLineFlagWithArg()104 if ((FindCommandLineFlag(cmd, " -MD") == string::npos && in GetDepfileFromCommandImpl()105 FindCommandLineFlag(cmd, " -MMD") == string::npos) || in GetDepfileFromCommandImpl()106 FindCommandLineFlag(cmd, " -c") == string::npos) { in GetDepfileFromCommandImpl()