Searched refs:pos (Results 1 – 3 of 3) sorted by relevance
206 int pos=-1; in FindWaitSetPos() local210 pos = i; in FindWaitSetPos()214 return pos; in FindWaitSetPos()218 int pos = -1; in FindConfigSetPos() local222 pos = i; in FindConfigSetPos()226 return pos; in FindConfigSetPos()568 int pos = 0; in GetPos() local575 pos++; in GetPos()577 return (bFound ? pos : -1); in GetPos()579 bool CRKScan::GetDevice(STRUCT_RKDEVICE_DESC &device, int pos) in GetDevice() argument[all …]
190 string::size_type line_size,pos; in parse_config() local207 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() local266 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 …]
36 bool GetDevice(STRUCT_RKDEVICE_DESC &device, int pos);