9 references to DirectoryEntry
System.Private.CoreLib (9)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.ReadDir.cs (1)
64
internal static unsafe partial int ReadDirR(IntPtr dir, byte* buffer, int bufferSize,
DirectoryEntry
* outputEntry);
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEntry.Unix.cs (3)
14
private Interop.Sys.
DirectoryEntry
_directoryEntry;
30
Interop.Sys.
DirectoryEntry
directoryEntry,
98
Span<char> buffer = MemoryMarshal.CreateSpan(ref _fileNameBuffer._buffer[0], Interop.Sys.
DirectoryEntry
.NameBufferSize);
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerator.Unix.cs (2)
27
private Interop.Sys.
DirectoryEntry
_entry;
178
fixed (Interop.Sys.
DirectoryEntry
* e = &_entry)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.Unix.NonAndroid.cs (3)
253
private static string? GetDirectoryEntryFullPath(ref Interop.Sys.
DirectoryEntry
dirent, string currentPath)
255
ReadOnlySpan<char> direntName = dirent.GetName(stackalloc char[Interop.Sys.
DirectoryEntry
.NameBufferSize]);
290
Interop.Sys.
DirectoryEntry
dirent;