Searched refs:_access_type (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h976 uint32 access_type() const { return B_LENDIAN_TO_HOST_INT32(_access_type); }
999 void set_access_type(uint32 type) { _access_type = B_HOST_TO_LENDIAN_INT32(type); }
1022 uint32 _access_type; member in struct:partition_descriptor

Completed in 54 milliseconds