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

/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.cpp201 fVolume->PrimaryVolumeDescriptor()->recording_date_and_time(),
218 fVolume->PrimaryVolumeDescriptor()->recording_date_and_time(),
H A DUdfStructures.h734 const timestamp& recording_date_and_time() const { return _recording_date_and_time; } function in struct:primary_volume_descriptor
735 timestamp& recording_date_and_time() { return _recording_date_and_time; } function in struct:primary_volume_descriptor
1551 const timestamp& recording_date_and_time() const { return _recording_date_and_time; } function in struct:file_set_descriptor
1552 timestamp& recording_date_and_time() { return _recording_date_and_time; } function in struct:file_set_descriptor
H A DUdfStructures.cpp620 PRINT(("recording_date_and_time:\n"));
621 DUMP(recording_date_and_time());
878 PRINT(("recording_date_and_time:\n"));
879 DUMP(recording_date_and_time());

Completed in 35 milliseconds