Searched refs:strTypeFmt (Results 1 – 1 of 1) sorted by relevance
28 std::string strTypeFmt = fmt; in RemoveHilogModifiers() local31 while ((pos = strTypeFmt.find(g_hilogPermissionList[i], pos)) != std::string::npos) { in RemoveHilogModifiers()32 strTypeFmt.erase(pos, g_hilogPermissionList[i].length()); in RemoveHilogModifiers()35 if (strcpy_s(modifiedFmt, strTypeFmt.length() + 1, strTypeFmt.c_str()) != EOK) { in RemoveHilogModifiers()