Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/utils/
H A Dexception_branch_checker.cpp28 std::string strTypeFmt = fmt; in RemoveHilogModifiers() local
31 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()