Searched refs:IsDir (Results 1 – 22 of 22) sorted by relevance
/build/soong/cmd/merge_zips/ |
D | merge_zips.go | 179 func (ze zipEntry) IsDir() bool { func 180 return ze.content.FileInfo().IsDir() 205 func (be bufferEntry) IsDir() bool { func 206 return be.fh.FileInfo().IsDir() 223 if !be.IsDir() { 235 IsDir() bool methodSpec 360 if stripDirEntries && file.FileInfo().IsDir() { 372 if existingSource.IsDir() != source.IsDir() { 387 if source.IsDir() {
|
/build/blueprint/pathtools/ |
D | fs.go | 100 IsDir(name string) (bool, error) methodSpec 129 return true, stat.IsDir(), nil 137 func (osFs) IsDir(name string) (bool, error) { func 142 return info.IsDir(), nil 258 func (m *mockFs) IsDir(name string) (bool, error) { func 261 isDir, err := m.IsDir(dir) 352 func (ms *mockStat) IsDir() bool { return ms.Mode().IsDir() } func 456 isDir, err := fs.IsDir(name) 498 if isDir, _ := fs.IsDir(f); isDir {
|
D | glob.go | 83 isDir, err := fs.IsDir(match) 147 isDir, err := fs.IsDir(m)
|
D | fs_test.go | 162 got, err := fs.IsDir(test.name)
|
/build/soong/ui/build/ |
D | path.go | 38 if s, err := f.Stat(); err != nil || !s.IsDir() { 49 if m := info.Mode(); !m.IsDir() && m&0111 != 0 {
|
/build/soong/cmd/diff_target_files/ |
D | target_files.go | 50 if f.FileInfo().IsDir() {
|
/build/soong/cmd/sbox/ |
D | sbox.go | 86 if !info.IsDir() { 222 if fileInfo.IsDir() {
|
/build/soong/third_party/zip/ |
D | struct.go | 110 func (fi headerFileInfo) IsDir() bool { return fi.Mode().IsDir() } func
|
/build/soong/cmd/zipsync/ |
D | zipsync.go | 105 if f.FileInfo().IsDir() {
|
/build/soong/cmd/fileslist/ |
D | fileslist.go | 132 if stat.IsDir() {
|
/build/soong/bpfix/cmd/ |
D | bpfix.go | 153 case dir.IsDir():
|
/build/blueprint/bpfmt/ |
D | bpfmt.go | 152 case dir.IsDir():
|
/build/soong/finder/fs/ |
D | fs.go | 75 IsDir() bool methodSpec 88 func (d *dirEntryInfo) IsDir() bool { return d.mode.IsDir() } func 400 func (m *mockFileInfo) IsDir() bool { func
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 255 case dir.IsDir():
|
/build/soong/cc/ |
D | cmakelists.go | 109 if info.IsDir() {
|
/build/kati/ |
D | pathutil.go | 420 if !mode.IsDir() { 851 if ent.mode.IsDir() {
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 420 if info.IsDir() {
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 533 if info.IsDir() {
|
/build/blueprint/microfactory/ |
D | microfactory.go | 267 if fi.IsDir() || strings.HasSuffix(name, "_test.go") || name[0] == '.' || name[0] == '_' {
|
/build/soong/zip/ |
D | zip.go | 609 } else if s.IsDir() {
|
/build/soong/android/ |
D | config.go | 385 } else if m := s.Mode(); !s.IsDir() && m&0111 != 0 {
|
/build/soong/finder/ |
D | finder.go | 1396 if child.IsDir() {
|