Home
last modified time | relevance | path

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

/build/blueprint/pathtools/
Dfs.go103 IsDir(name string) (bool, error) methodSpec
181 func (fs *osFs) IsDir(name string) (bool, error) { func
304 func (m *mockFs) IsDir(name string) (bool, error) { func
398 func (ms *mockStat) IsDir() bool { return ms.Mode().IsDir() } func
/build/soong/cmd/merge_zips/
Dmerge_zips.go48 IsDir() bool methodSpec
81 func (ze ZipEntryFromZip) IsDir() bool { func
110 func (be ZipEntryFromBuffer) IsDir() bool { func
/build/soong/finder/fs/
Dfs.go76 IsDir() bool methodSpec
89 func (d *dirEntryInfo) IsDir() bool { return d.mode.IsDir() } func
405 func (m *mockFileInfo) IsDir() bool { func
/build/soong/third_party/zip/
Dstruct.go110 func (fi headerFileInfo) IsDir() bool { return fi.Mode().IsDir() } func