Searched refs:recoded (Results 1 – 1 of 1) sorted by relevance
126 _cleanup_free_ char16_t *recoded = NULL; in gpt_partition_label_valid() local128 recoded = utf8_to_utf16(s, strlen(s)); in gpt_partition_label_valid()129 if (!recoded) in gpt_partition_label_valid()132 return char16_strlen(recoded) <= GPT_LABEL_MAX; in gpt_partition_label_valid()