Searched defs:IsDir (Results 1 – 8 of 8) sorted by relevance
109 IsDir(name string) (bool, error) methodSpec232 func (fs *osFs) IsDir(name string) (bool, error) { func395 func (m *mockFs) IsDir(name string) (bool, error) { func493 func (ms *mockStat) IsDir() bool { return ms.Mode().IsDir() } func
86 func (fi *TestFileInfo) IsDir() bool { func
85 func (m myFileInfo) IsDir() bool { func
50 IsDir() bool methodSpec83 func (ze ZipEntryFromZip) IsDir() bool { func114 func (be ZipEntryFromBuffer) IsDir() bool { func
76 IsDir() bool methodSpec89 func (d *dirEntryInfo) IsDir() bool { return d.mode.IsDir() } func405 func (m *mockFileInfo) IsDir() bool { func
110 func (fi headerFileInfo) IsDir() bool { return fi.Mode().IsDir() } func
499 IsDir bool member
2164 def IsDir(a): function