Home
last modified time | relevance | path

Searched refs:resourceForkAttributes (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfsexplorer/types/resff/
H A DResourceMap.java61 private final byte[] resourceForkAttributes = new byte[2]; field in ResourceMap
83 System.arraycopy(data, 22, resourceForkAttributes, 0, 2); in ResourceMap()
187 public short getResourceForkAttributes() { return Util.readShortBE(resourceForkAttributes); } in getResourceForkAttributes()
H A DResourceMap.struct5 UInt16 resourceForkAttributes; // Resource fork attributes
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dhfsplus.h314 uint16_t resourceForkAttributes; member
H A Dhfsplus.c770 resourceMap.resourceForkAttributes = be16_to_host(resourceMap.resourceForkAttributes); in hfsplus_seek_to_cmpf_resource()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dhfsplus.h314 uint16_t resourceForkAttributes; member
H A Dhfsplus.c770 resourceMap.resourceForkAttributes = be16_to_host(resourceMap.resourceForkAttributes); in hfsplus_seek_to_cmpf_resource()