Lines Matching refs:CmdName
1812 @param[in] CmdName pointer to the command line to update.
1823 IN CONST CHAR16 *CmdName
1834 if (ShellCommandIsCommandOnList(CmdName)) {
1841 if (CmdName[(StrLen(CmdName)-1)] == L':') {
1842 if ( StrStr(CmdName, L" ") != NULL
1843 || StrLen(StrStr(CmdName, L":")) > 1
1853 if ((FileWithPath = ShellFindFilePathEx(CmdName, mExecutableExtensions)) != NULL) {