Home
last modified time | relevance | path

Searched refs:strItemValue (Results 1 – 1 of 1) sorted by relevance

/rkdeveloptool/
H A Dmain.cpp189 string strLine, strItemName, strItemValue; in parse_config() local
212 strItemValue = strLine.substr(pos + 1); in parse_config()
215 strItemValue.erase(0, strItemValue.find_first_not_of(" ")); in parse_config()
216 strItemValue.erase(strItemValue.find_last_not_of(" ") + 1); in parse_config()
217 if ((strItemName.size() > 0) && (strItemValue.size() > 0)){ in parse_config()
219 strcpy(item.szItemValue, strItemValue.c_str()); in parse_config()