Home
last modified time | relevance | path

Searched refs:recoded (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/shared/
Dgpt.c126 _cleanup_free_ char16_t *recoded = NULL; in gpt_partition_label_valid() local
128 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()