Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkupdate/
H A DRKAndroidDevice.h274 int find_uuid_item(CONFIG_ITEM_VECTOR &vecItems, char *pszName);
H A DRKAndroidDevice.cpp2908 PARAM_ITEM_VECTOR vecItems; in RKA_Gpt_Download() local
2926 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() argument
3736 for (i = 0; i < vecItems.size(); i++) in find_uuid_item()
3738 if (strcasecmp(pszName, vecItems[i].szItemName) == 0) in find_uuid_item()