Searched refs:unixDirent (Results 1 – 22 of 22) sorted by relevance
472 type unixDirent struct { struct479 func (d *unixDirent) Name() string { return d.name } argument480 func (d *unixDirent) IsDir() bool { return d.typ.IsDir() } argument481 func (d *unixDirent) Type() FileMode { return d.typ } argument483 func (d *unixDirent) Info() (FileInfo, error) { argument490 func (d *unixDirent) String() string { argument495 ude := &unixDirent{
6025 …@<@X@<@*io.ReaderFrom@<@(*os.unixDirent*os.noReadFrom…