Home
last modified time | relevance | path

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

/build/blueprint/pathtools/
Dfs.go68 IsDir(name string) (bool, error) methodSpec
88 func (osFs) IsDir(name string) (bool, error) { func
164 func (m *mockFs) IsDir(name string) (bool, error) { func
/build/soong/cmd/merge_zips/
Dmerge_zips.go162 func (ze zipEntry) IsDir() bool { func
184 func (be bufferEntry) IsDir() bool { func
210 IsDir() bool methodSpec
/build/soong/finder/fs/
Dfs.go75 IsDir() bool methodSpec
88 func (d *dirEntryInfo) IsDir() bool { return d.mode.IsDir() } func
401 func (m *mockFileInfo) IsDir() bool { func
/build/soong/third_party/zip/
Dstruct.go110 func (fi headerFileInfo) IsDir() bool { return fi.Mode().IsDir() } func