Searched refs:isNameValid (Results 1 – 1 of 1) sorted by relevance
67 bool isNameValid = IsNameValid(input); in ConstructInfoName() local68 uint32_t nameLen = isNameValid ? input->size : strlen(CM_INVALID_NAME) + 1; in ConstructInfoName()74 (void)strcpy_s(*name, nameLen, isNameValid ? (char *)input->data : CM_INVALID_NAME); in ConstructInfoName()76 if (isNameValid) { in ConstructInfoName()