Lines Matching refs:firstCmd
77 CommandType Command::ParseCommandType(const std::string &firstCmd)
79 if (firstCmd == "abort") {
81 } else if (firstCmd == "bsdiff") {
83 } else if (firstCmd == "erase") {
85 } else if (firstCmd == "free") {
87 } else if (firstCmd == "pkgdiff") {
89 } else if (firstCmd == "move") {
91 } else if (firstCmd == "new") {
93 } else if (firstCmd == "stash") {
95 } else if (firstCmd == "zero") {