Home
last modified time | relevance | path

Searched defs:IsDir (Results 1 – 4 of 4) sorted by relevance

/build/blueprint/pathtools/
Dfs.go100 IsDir(name string) (bool, error) methodSpec
137 func (osFs) IsDir(name string) (bool, error) { func
258 func (m *mockFs) IsDir(name string) (bool, error) { func
352 func (ms *mockStat) IsDir() bool { return ms.Mode().IsDir() } func
/build/soong/cmd/merge_zips/
Dmerge_zips.go179 func (ze zipEntry) IsDir() bool { func
205 func (be bufferEntry) IsDir() bool { func
235 IsDir() bool methodSpec
/build/soong/finder/fs/
Dfs.go75 IsDir() bool methodSpec
88 func (d *dirEntryInfo) IsDir() bool { return d.mode.IsDir() } func
400 func (m *mockFileInfo) IsDir() bool { func
/build/soong/third_party/zip/
Dstruct.go110 func (fi headerFileInfo) IsDir() bool { return fi.Mode().IsDir() } func