Searched refs:vecItems (Results 1 – 2 of 2) sorted by relevance
274 int find_uuid_item(CONFIG_ITEM_VECTOR &vecItems, char *pszName);
2908 PARAM_ITEM_VECTOR vecItems; in RKA_Gpt_Download() local2926 bRet = parse_parameter((char *)(m_paramBuffer + 8), vecItems); in RKA_Gpt_Download()2939 create_gpt_buffer(m_gptBuffer, vecItems, vecUuids, m_flashInfo.uiBlockNum); in RKA_Gpt_Download()3733 int find_uuid_item(CONFIG_ITEM_VECTOR &vecItems, char *pszName) in find_uuid_item() argument3736 for (i = 0; i < vecItems.size(); i++) in find_uuid_item()3738 if (strcasecmp(pszName, vecItems[i].szItemName) == 0) in find_uuid_item()