Searched refs:name_utf8_buf (Results 1 – 1 of 1) sorted by relevance
1750 char name_utf8_buf[MAX_NAME_IN_BYTES]; in process_head_file() local2005 memcpy(name_utf8_buf, p, name_size); in process_head_file()2006 name_utf8_buf[name_size] = 0; in process_head_file()2011 archive_entry_update_pathname_utf8(entry, name_utf8_buf); in process_head_file()