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

/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h2026 timestamp& attribute_date_and_time() { return _attribute_date_and_time; } function in struct:file_icb_entry
2027 const timestamp& attribute_date_and_time() const { return _attribute_date_and_time; } function in struct:file_icb_entry
2161 timestamp& attribute_date_and_time() { return _attribute_date_and_time; } function in struct:extended_file_icb_entry
2162 const timestamp& attribute_date_and_time() const { return _attribute_date_and_time; } function in struct:extended_file_icb_entry
H A DUdfStructures.cpp1095 PRINT(("attribute_date_and_time:\n"));
1096 DUMP(attribute_date_and_time());
1172 PRINT(("attribute_date_and_time:\n"));
1173 DUMP(attribute_date_and_time());

Completed in 194 milliseconds