Searched defs:set_information_length (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h2058 void set_information_length(uint64 length) { _information_length = B_HOST_TO_LENDIAN_INT64(length); } function in struct:file_icb_entry
2196 void set_information_length(uint64 length) { _information_length = B_HOST_TO_LENDIAN_INT64(length); } function in struct:extended_file_icb_entry
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DUdfStructures.h2007 void set_information_length(uint64 length) { _information_length = B_HOST_TO_LENDIAN_INT64(length); } function in struct:Udf::file_icb_entry
2145 void set_information_length(uint64 length) { _information_length = B_HOST_TO_LENDIAN_INT64(length); } function in struct:Udf::extended_file_icb_entry

Completed in 101 milliseconds