Home
last modified time | relevance | path

Searched refs:IsDir (Results 1 – 14 of 14) sorted by relevance

/build/blueprint/pathtools/
Dfs.go63 IsDir(name string) (bool, error) methodSpec
73 return true, stat.IsDir(), nil
81 func (osFs) IsDir(name string) (bool, error) { func
86 return info.IsDir(), nil
132 func (m *mockFs) IsDir(name string) (bool, error) { func
Dglob.go120 if isDir, err := fs.IsDir(m); err != nil {
176 if info.Mode().IsDir() {
/build/soong/third_party/zip/
Dstruct.go110 func (fi headerFileInfo) IsDir() bool { return fi.Mode().IsDir() } func
/build/soong/cmd/sbox/
Dsbox.go160 if fileInfo.IsDir() {
/build/soong/cmd/fileslist/
Dfileslist.go132 if stat.IsDir() {
/build/blueprint/bpfmt/
Dbpfmt.go140 case dir.IsDir():
/build/soong/bpfix/cmd/
Dbpfix.go152 case dir.IsDir():
/build/soong/cmd/pom2mk/
Dpom2mk.go211 if info.IsDir() {
/build/blueprint/bpmodify/
Dbpmodify.go248 case dir.IsDir():
/build/soong/cc/
Dcmakelists.go94 if info.IsDir() {
/build/soong/android/
Dconfig.go270 } else if m := s.Mode(); !s.IsDir() && m&0111 != 0 {
/build/kati/
Dpathutil.go420 if !mode.IsDir() {
851 if ent.mode.IsDir() {
/build/soong/cmd/soong_zip/
Dsoong_zip.go414 } else if s.IsDir() {
/build/soong/cmd/microfactory/
Dmicrofactory.go155 if fi.IsDir() || strings.HasSuffix(name, "_test.go") || name[0] == '.' || name[0] == '_' {