Searched refs:strCmd (Results 1 – 1 of 1) sorted by relevance
| /rkdeveloptool/ |
| H A D | main.cpp | 3097 string strCmd; in handle_command() local 3098 strCmd = argv[1]; in handle_command() 3108 transform(strCmd.begin(), strCmd.end(), strCmd.begin(), (int(*)(int))toupper); in handle_command() 3109 s = (char*)strCmd.c_str(); in handle_command() 3113 if((strcmp(strCmd.c_str(), "-H") == 0) || (strcmp(strCmd.c_str(), "--HELP")) == 0){ in handle_command() 3116 } else if((strcmp(strCmd.c_str(), "-V") == 0) || (strcmp(strCmd.c_str(), "--VERSION") == 0)) { in handle_command() 3119 } else if (strcmp(strCmd.c_str(), "PACK") == 0) {//pack boot loader in handle_command() 3122 } else if (strcmp(strCmd.c_str(), "UNPACK") == 0) {//unpack boot loader in handle_command() 3126 } else if (strcmp(strCmd.c_str(), "TAGSPL") == 0) {//tag u-boot spl in handle_command() 3138 if(strcmp(strCmd.c_str(), "LD") == 0) { in handle_command() [all …]
|