Searched refs:aDestSize (Results 1 – 1 of 1) sorted by relevance
45 static otError CopyString(char *aDest, uint16_t aDestSize, const char *aSource) in CopyString() argument53 VerifyOrExit(len + 1 <= aDestSize, error = OT_ERROR_INVALID_ARGS); in CopyString()