Searched refs:utf16be_bytes (Results 1 – 1 of 1) sorted by relevance
289 size_t utf16be_bytes; member1966 file->utf16be_bytes = name_len; in parse_file_info()3485 if (file->parent != NULL && file->parent->utf16be_bytes > 0) { in build_pathname_utf16be()3492 if (file->utf16be_bytes == 0) { in build_pathname_utf16be()3499 if (*len + file->utf16be_bytes > max) in build_pathname_utf16be()3501 memcpy(p + *len, file->utf16be_name, file->utf16be_bytes); in build_pathname_utf16be()3502 *len += file->utf16be_bytes; in build_pathname_utf16be()