Searched refs:name_utf8_buf (Results 1 – 1 of 1) sorted by relevance
1674 char name_utf8_buf[MAX_NAME_IN_BYTES]; in process_head_file() local1924 memcpy(name_utf8_buf, p, name_size); in process_head_file()1925 name_utf8_buf[name_size] = 0; in process_head_file()1930 archive_entry_update_pathname_utf8(entry, name_utf8_buf); in process_head_file()