Searched refs:supported_attrs (Results 1 – 2 of 2) sorted by relevance
1060 const int supported_attrs = in next_entry() local1064 DWORD file_attrs = st->dwFileAttributes & supported_attrs; in next_entry()2385 const int supported_attrs = in archive_read_disk_entry_from_file() local2389 DWORD file_attrs = fileAttributes & supported_attrs; in archive_read_disk_entry_from_file()
766 …const int supported_attrs = FILE_ATTRIBUTE_READONLY | FILE_ATTRIBUTE_HIDDEN | FILE_ATTRIBUTE_SYSTE… in archive_read_format_7zip_read_header() local768 if (zip_entry->attr & supported_attrs) { in archive_read_format_7zip_read_header()