Searched refs:strOutputFormat (Results 1 – 1 of 1) sorted by relevance
1066 string strOutputFormat; in listCriteriaCommandProcess() local1072 strOutputFormat = remoteCommand.getArgument(0); in listCriteriaCommandProcess()1075 std::transform(strOutputFormat.begin(), strOutputFormat.end(), strOutputFormat.begin(), in listCriteriaCommandProcess()1078 if (strOutputFormat != "XML" && strOutputFormat != "CSV") { in listCriteriaCommandProcess()1084 if (strOutputFormat == "XML") { in listCriteriaCommandProcess()1100 bool bHumanReadable = strOutputFormat.empty(); in listCriteriaCommandProcess()