/build/soong/finder/fs/ |
D | fs_test.go | 56 stat, err = filesystem.Stat("/tmp/links/dir") 62 stat, err = filesystem.Stat("/tmp/links/file") 68 stat, err = filesystem.Stat("/tmp/links/broken") 74 stat, err = filesystem.Stat("/tmp/links/recursive")
|
/build/make/tools/compliance/testfs/ |
D | testfs.go | 40 func (tfs *TestFS) Stat(name string) (fs.FileInfo, error) { func 105 func (f *TestFile) Stat() (fs.FileInfo, error) { func 106 return f.fs.Stat(f.name)
|
/build/soong/cmd/release_config/release_config_lib/ |
D | util.go | 87 if _, err := os.Stat(filepath.Dir(path)); err != nil { 139 if _, err := os.Stat(path); err != nil { 201 if _, err = os.Stat(filepath.Join(topDir, topFile)); err == nil { 227 if _, err = os.Stat(path); err == nil {
|
/build/soong/mk2rbc/ |
D | find_mockfs.go | 37 func (m FindMockFS) Stat(name string) (fs.FileInfo, error) { func 69 func (m myFileInfo) Stat() (fs.FileInfo, error) { func
|
/build/soong/ui/build/ |
D | path.go | 42 if s, err := f.Stat(); err != nil || !s.IsDir() { 114 if info, err := os.Stat(py2Path); err == nil && info.IsDir() { 258 if info, err := os.Stat(py2Path); err == nil && info.IsDir() {
|
D | cleanbuild.go | 227 if _, err := os.Stat(newFile); os.IsNotExist(err) { 234 if _, err := os.Stat(oldFile); os.IsNotExist(err) { 284 if oldFile, err := os.Stat(oldPath); err == nil {
|
D | sandbox_linux.go | 108 if _, err := os.Stat(sandboxConfig.distDir); !os.IsNotExist(err) { 216 if _, err := os.Stat(sandboxConfig.distDir); !os.IsNotExist(err) {
|
D | rbe.go | 49 if _, err := os.Stat(cmdPath); err != nil && os.IsNotExist(err) { 109 if _, err := os.Stat(config.rbeProxyLogsDir()); os.IsNotExist(err) {
|
D | upload.go | 52 fi, err := os.Stat(p)
|
D | rbe_test.go | 69 if _, err := os.Stat(rbeMetricsFilename); err == nil {
|
D | util.go | 103 if _, err := os.Stat(file); os.IsNotExist(err) {
|
D | ninja.go | 265 info, err := os.Stat(c.logPath)
|
/build/blueprint/pathtools/ |
D | fs.go | 113 Stat(name string) (os.FileInfo, error) methodSpec 207 stat, err := os.Stat(fs.toAbs(name)) 218 info, err := os.Stat(fs.toAbs(name)) 249 func (fs *osFs) Stat(path string) (stats os.FileInfo, err error) { func 250 return os.Stat(fs.toAbs(path)) 468 func (m *mockFs) Stat(name string) (os.FileInfo, error) { func 591 info, err = fs.Stat(f)
|
D | glob.go | 126 info, err = fs.Stat(match) 382 info, err := os.Stat(filename)
|
/build/soong/ui/tracer/ |
D | microfactory.go | 63 if _, err := os.Stat(filename); err != nil {
|
/build/make/tools/compliance/ |
D | readgraph.go | 44 func (s globalFS) Stat(name string) (fs.FileInfo, error) { func 45 return os.Stat(name)
|
/build/soong/cmd/soong_build/ |
D | queryview.go | 107 if _, err := os.Stat(dir); os.IsNotExist(err) {
|
/build/make/tools/compliance/projectmetadata/ |
D | projectmetadata.go | 196 fi, err := fs.Stat(ix.rootFS, path) 205 fi, err = fs.Stat(ix.rootFS, path)
|
/build/soong/cmd/release_config/crunch_flags/ |
D | main.go | 61 if _, err := os.Stat(valPath); err != nil { 81 if _, err := os.Stat(path); err != nil { 244 if _, err := os.Stat(path); err != nil {
|
/build/blueprint/microfactory/ |
D | microfactory_test.go | 114 if _, err := os.Stat(out); err != nil { 145 if stat, err := os.Stat(out); err == nil { 188 if stat, err := os.Stat(out); err == nil {
|
/build/soong/mk2rbc/mk2rbc/ |
D | mk2rbc.go | 92 if _, err := os.Stat("build/soong/mk2rbc"); err != nil { 234 if _, err := os.Stat(targetAndroidProductsFile); err != nil { 368 if _, err := os.Stat(sub); os.IsNotExist(err) { 380 stat, err := os.Stat(filename)
|
/build/make/tools/compliance/cmd/checkmetadata/ |
D | checkmetadata.go | 94 fi, err := os.Stat(dir)
|
/build/make/tools/compliance/cmd/shippedlibs/ |
D | shippedlibs.go | 100 fi, err := os.Stat(dir)
|
/build/soong/bpfix/cmd_lib/ |
D | bpfix.go | 150 switch dir, err := os.Stat(path); {
|
/build/blueprint/bpfmt/ |
D | bpfmt.go | 155 switch dir, err := os.Stat(path); {
|