Searched refs:strName (Results 1 – 2 of 2) sorted by relevance
| /rkdeveloptool/ |
| H A D | RKLog.cpp | 81 string strName; in Write() local 86 strName = m_path + m_name+szDateTime; in Write() 89 file = fopen(strName.c_str(), "ab+"); in Write()
|
| H A D | main.cpp | 261 bool ParsePartitionInfo(string &strPartInfo, string &strName, UINT &uiOffset, UINT &uiLen) in ParsePartitionInfo() argument 303 strName = strPartInfo.substr(prevPos, pos - prevPos); in ParsePartitionInfo() 304 strName.erase(0, strName.find_first_not_of(" ")); in ParsePartitionInfo() 305 strName.erase(strName.find_last_not_of(" ") + 1); in ParsePartitionInfo() 309 bool ParseUuidInfo(string &strUuidInfo, string &strName, string &strUUid) in ParseUuidInfo() argument 320 strName = strUuidInfo.substr(0, pos); in ParseUuidInfo() 321 strName.erase(0, strName.find_first_not_of(" ")); in ParseUuidInfo() 322 strName.erase(strName.find_last_not_of(" ") + 1); in ParseUuidInfo()
|