|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <file-system.hh>
Public Member Functions | |
| DirEntry (std::string name, ino_t ino, unsigned char type) | |
Public Attributes | |
| std::string | name |
| ino_t | ino |
| unsigned char | type |
Read the contents of a directory. The entries . and .. are removed.
| unsigned char nix::DirEntry::type |
one of DT_*