HomeSort by: relevance | last modified time | path
    Searched defs:external_attributes (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_zip.c 731 uint32_t external_attributes; local
734 external_attributes
738 = external_attributes >> 16;
741 if (0x10 == (external_attributes &
749 if (0x01 == (external_attributes &
3939 uint32_t external_attributes; local
3990 external_attributes = archive_le32dec(p + 38);
3998 zip_entry->mode = external_attributes >> 16;
4001 if (0x10 == (external_attributes & 0x10)) {
4006 if (0x01 == (external_attributes & 0x01))
    [all...]

Completed in 21 milliseconds