|
TianoCore EDK2 master
|
Data Fields | |
| UINT64 | Size |
| UINT64 | FileSize |
| UINT64 | PhysicalSize |
| EFI_TIME | CreateTime |
| EFI_TIME | LastAccessTime |
| EFI_TIME | ModificationTime |
| UINT64 | Attribute |
| CHAR16 | FileName [1] |
Definition at line 19 of file FileInfo.h.
| UINT64 EFI_FILE_INFO::Attribute |
The attribute bits for the file.
Definition at line 47 of file FileInfo.h.
| EFI_TIME EFI_FILE_INFO::CreateTime |
The time the file was created.
Definition at line 35 of file FileInfo.h.
| CHAR16 EFI_FILE_INFO::FileName[1] |
The Null-terminated name of the file. For a root directory, the name is an empty string.
Definition at line 52 of file FileInfo.h.
| UINT64 EFI_FILE_INFO::FileSize |
The size of the file in bytes.
Definition at line 27 of file FileInfo.h.
| EFI_TIME EFI_FILE_INFO::LastAccessTime |
The time when the file was last accessed.
Definition at line 39 of file FileInfo.h.
| EFI_TIME EFI_FILE_INFO::ModificationTime |
The time when the file's contents were last modified.
Definition at line 43 of file FileInfo.h.
| UINT64 EFI_FILE_INFO::PhysicalSize |
PhysicalSize The amount of physical space the file consumes on the file system volume.
Definition at line 31 of file FileInfo.h.
| UINT64 EFI_FILE_INFO::Size |
The size of the EFI_FILE_INFO structure, including the Null-terminated FileName string.
Definition at line 23 of file FileInfo.h.