Searched refs:tempStringPtr (Results 1 – 1 of 1) sorted by relevance
230 std::string tempStringPtr; in OH_Drawing_FontStyleSetGetStyle() local231 converFontStyleSet->GetStyle(index, &tempFontStyle, &tempStringPtr); in OH_Drawing_FontStyleSetGetStyle()232 size_t len = tempStringPtr.length() + 1; in OH_Drawing_FontStyleSetGetStyle()235 auto retCopy = strcpy_s(allocatedMemoryForStyleName, len, tempStringPtr.c_str()); in OH_Drawing_FontStyleSetGetStyle()