Searched refs:strOutputFormat (Results 1 – 1 of 1) sorted by relevance
1098 string strOutputFormat; in listCriteriaCommandProcess() local1104 strOutputFormat = remoteCommand.getArgument(0); in listCriteriaCommandProcess()1107 …std::transform(strOutputFormat.begin(), strOutputFormat.end(), strOutputFormat.begin(), ::toupper); in listCriteriaCommandProcess()1109 if (strOutputFormat != "XML" && strOutputFormat != "CSV") { in listCriteriaCommandProcess()1115 if (strOutputFormat == "XML") { in listCriteriaCommandProcess()1130 bool bHumanReadable = strOutputFormat.empty(); in listCriteriaCommandProcess()