Home
last modified time | relevance | path

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

/build/blueprint/pathtools/
Dfs.go103 IsDir(name string) (bool, error) methodSpec
173 return true, stat.IsDir(), nil
181 func (fs *osFs) IsDir(name string) (bool, error) { func
186 return info.IsDir(), nil
304 func (m *mockFs) IsDir(name string) (bool, error) { func
307 isDir, err := m.IsDir(dir)
398 func (ms *mockStat) IsDir() bool { return ms.Mode().IsDir() } func
502 isDir, err := fs.IsDir(name)
544 if isDir, _ := fs.IsDir(f); isDir {
Dglob.go84 isDir, err := fs.IsDir(match)
150 isDir, err := fs.IsDir(m)
Dfs_test.go192 got, err := fs.IsDir(filepath.Join(dir, test.name))
/build/soong/cmd/merge_zips/
Dmerge_zips.go48 IsDir() bool methodSpec
70 isDir: fi.FileInfo().IsDir(),
81 func (ze ZipEntryFromZip) IsDir() bool { func
110 func (be ZipEntryFromBuffer) IsDir() bool { func
111 return be.fh.FileInfo().IsDir()
128 if !be.IsDir() {
276 if oz.stripDirEntries && entry.IsDir() {
288 if existingEntry.IsDir() != entry.IsDir() {
299 entry.IsDir() {
/build/soong/cmd/diff_target_files/
Dtarget_files.go50 if f.FileInfo().IsDir() {
/build/soong/ui/build/
Dpath.go39 if s, err := f.Stat(); err != nil || !s.IsDir() {
50 if m := info.Mode(); !m.IsDir() && m&0111 != 0 {
Dkati.go189 if info.IsDir() {
Dcleanbuild.go242 if fi.IsDir() {
Dconfig.go388 if info.IsDir() {
/build/soong/cmd/sbox/
Dsbox.go92 if !info.IsDir() {
225 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.go117 if f.FileInfo().IsDir() {
/build/soong/cmd/fileslist/
Dfileslist.go132 if stat.IsDir() {
/build/blueprint/bpfmt/
Dbpfmt.go152 case dir.IsDir():
/build/soong/bpfix/cmd_lib/
Dbpfix.go153 case dir.IsDir():
/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/blueprint/bpmodify/
Dbpmodify.go261 case dir.IsDir():
/build/soong/cc/
Dcmakelists.go109 if info.IsDir() {
/build/soong/finder/
Dfinder.go1403 } else if childStat.IsDir() {
1413 } else if child.IsDir() {
/build/soong/cmd/pom2mk/
Dpom2mk.go429 if info.IsDir() {
/build/blueprint/microfactory/
Dmicrofactory.go267 if fi.IsDir() || strings.HasSuffix(name, "_test.go") || name[0] == '.' || name[0] == '_' {
/build/soong/cmd/pom2bp/
Dpom2bp.go662 if info.IsDir() {
/build/soong/zip/
Dzip.go631 if s.IsDir() {
/build/soong/android/
Dconfig.go504 } else if m := s.Mode(); !s.IsDir() && m&0111 != 0 {