Home
last modified time | relevance | path

Searched refs:tempStr (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/distributed_schedule_lite/distributed_schedule_posix/src/utils/
H A DDMSTestBase.cpp59 std::string tempStr = ""; in GetStringByLen() local
61 tempStr = tempStr + "x"; in GetStringByLen()
63 return tempStr; in GetStringByLen()
/test/xts/device_attest_lite/services/core/network/
H A Dattest_network.c610 char* tempStr = (char*)ATTEST_MEM_MALLOC(tempLen); in SplitBySymbol() local
611 if (tempStr == NULL) { in SplitBySymbol()
616 if (memcpy_s(tempStr, tempLen, pNext, pNextLen) != 0) { in SplitBySymbol()
618 ATTEST_MEM_FREE(tempStr); in SplitBySymbol()
622 AddListNode(list, tempStr); in SplitBySymbol()

Completed in 3 milliseconds