Home
last modified time | relevance | path

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

/build/soong/cmd/merge_zips/
Dmerge_zips.go179 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/
Dfs.go100 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 {
Dglob.go83 isDir, err := fs.IsDir(match)
147 isDir, err := fs.IsDir(m)
Dfs_test.go162 got, err := fs.IsDir(test.name)
/build/soong/ui/build/
Dpath.go38 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/
Dtarget_files.go50 if f.FileInfo().IsDir() {
/build/soong/cmd/sbox/
Dsbox.go86 if !info.IsDir() {
222 if fileInfo.IsDir() {
/build/soong/third_party/zip/
Dstruct.go110 func (fi headerFileInfo) IsDir() bool { return fi.Mode().IsDir() } func
/build/soong/cmd/zipsync/
Dzipsync.go105 if f.FileInfo().IsDir() {
/build/soong/cmd/fileslist/
Dfileslist.go132 if stat.IsDir() {
/build/soong/bpfix/cmd/
Dbpfix.go153 case dir.IsDir():
/build/blueprint/bpfmt/
Dbpfmt.go152 case dir.IsDir():
/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/blueprint/bpmodify/
Dbpmodify.go255 case dir.IsDir():
/build/soong/cc/
Dcmakelists.go109 if info.IsDir() {
/build/kati/
Dpathutil.go420 if !mode.IsDir() {
851 if ent.mode.IsDir() {
/build/soong/cmd/pom2mk/
Dpom2mk.go420 if info.IsDir() {
/build/soong/cmd/pom2bp/
Dpom2bp.go533 if info.IsDir() {
/build/blueprint/microfactory/
Dmicrofactory.go267 if fi.IsDir() || strings.HasSuffix(name, "_test.go") || name[0] == '.' || name[0] == '_' {
/build/soong/zip/
Dzip.go609 } else if s.IsDir() {
/build/soong/android/
Dconfig.go385 } else if m := s.Mode(); !s.IsDir() && m&0111 != 0 {
/build/soong/finder/
Dfinder.go1396 if child.IsDir() {