Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DRKScan.cpp206 int pos=-1; in FindWaitSetPos() local
210 pos = i; in FindWaitSetPos()
214 return pos; in FindWaitSetPos()
218 int pos = -1; in FindConfigSetPos() local
222 pos = i; in FindConfigSetPos()
226 return pos; in FindConfigSetPos()
568 int pos = 0; in GetPos() local
575 pos++; in GetPos()
577 return (bFound ? pos : -1); in GetPos()
579 bool CRKScan::GetDevice(STRUCT_RKDEVICE_DESC &device, int pos) in GetDevice() argument
[all …]
H A Dmain.cpp190 string::size_type line_size,pos; in parse_config() local
207 pos = strLine.find("="); in parse_config()
208 if (pos == string::npos){ in parse_config()
211 strItemName = strLine.substr(0, pos); in parse_config()
212 strItemValue = strLine.substr(pos + 1); in parse_config()
263 string::size_type pos,prevPos; in ParsePartitionInfo() local
266 prevPos = pos = 0; in ParsePartitionInfo()
270 pos = strPartInfo.find('@'); in ParsePartitionInfo()
271 if (pos == string::npos) { in ParsePartitionInfo()
274 strLen = strPartInfo.substr(prevPos, pos - prevPos); in ParsePartitionInfo()
[all …]
H A DRKScan.h36 bool GetDevice(STRUCT_RKDEVICE_DESC &device, int pos);