Home
last modified time | relevance | path

Searched defs:dirent (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Ddirent.h68 struct dirent { struct
69 UINT64 Size; // (d_reclen) Size of this dirent structure instance, argument
71 UINT64 FileSize; // The size of the file in bytes.
72 UINT64 PhysicalSize; // The amount of physical space the file consumes
74 EFI_TIME CreateTime; // The time the file was created.
75 EFI_TIME LastAccessTime; // The time when the file was last accessed.
76 EFI_TIME ModificationTime; // The time when the file's contents were last modified.
77 UINT64 Attribute; // (d_type) The attribute bits for the file. See below.
78 CHAR16 FileName[1]; // (d_name) The Null-terminated name of the file.
/device/linaro/bootloader/edk2/CryptoPkg/Include/
DOpenSslSupport.h146 struct dirent { struct
147 UINT32 d_fileno; /* file number of entry */
148 UINT16 d_reclen; /* length of this record */
149 UINT8 d_type; /* file type, see below */
150 UINT8 d_namlen; /* length of string in d_name */
151 char d_name[255 + 1]; /* name must be no longer than this */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c95 #define NAMLEN(dirent) wcslen((dirent)->FileName) argument
97 #define dirent direct macro
98 #define NAMLEN(dirent) (dirent)->d_namlen argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c241 #define NAMLEN(dirent) strlen((dirent)->d_name) argument
245 #define NAMLEN(dirent) strlen((dirent)->d_name) argument
247 #define dirent direct macro
248 #define NAMLEN(dirent) (dirent)->d_namlen argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c94 #define NAMLEN(dirent) wcslen((dirent)->FileName) argument
96 #define dirent direct macro
97 #define NAMLEN(dirent) (dirent)->d_namlen argument