diff options
| author | Stefan Lankes <slankes@eonerc.rwth-aachen.de> | 2024-01-17 20:19:16 +0100 |
|---|---|---|
| committer | Stefan Lankes <slankes@eonerc.rwth-aachen.de> | 2024-03-01 09:20:36 +0100 |
| commit | b1c7804c684301213775a4f490605302aeec7789 (patch) | |
| tree | b79fcb29a033a88b2b1f2e5ee8858a02ce3088c0 /compiler/rustc_codegen_llvm/src | |
| parent | aa11bf6f0a1ba4e6eb92f31423feb831fae2b7d2 (diff) | |
| download | rust-b1c7804c684301213775a4f490605302aeec7789.tar.gz rust-b1c7804c684301213775a4f490605302aeec7789.zip | |
revise interface to read directory entries
The new interface has some similarities to Linux system call getdents64. The system call reads several dirent64 structures. At the end of each dirent64 is stored the name of the file. The length of file name is implictly part of dirent64 because d_reclen contains size of dirent64 plus the length of the file name.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
