Home
last modified time | relevance | path

Searched refs:Stat (Results 1 – 25 of 28) sorted by relevance

12

/build/blueprint/pathtools/
Dfs.go110 Stat(name string) (os.FileInfo, error) methodSpec
127 stat, err := os.Stat(name)
138 info, err := os.Stat(name)
165 func (osFs) Stat(path string) (stats os.FileInfo, err error) { func
166 return os.Stat(path)
382 func (m *mockFs) Stat(name string) (os.FileInfo, error) { func
Dglob.go416 info, err := os.Stat(filename)
Dfs_test.go484 got, err := fs.Stat(test.name)
/build/kati/
Dfileutil.go23 _, err := os.Stat(filename)
Dworker.go125 st, err := os.Stat(filename)
Dpathutil.go186 fi, err := d.Stat()
215 fi, err = os.Stat(path)
/build/soong/ui/build/
Dsoong.go57 if _, err := os.Stat(envFile); err == nil {
58 if _, err := os.Stat(envTool); err == nil {
Dbuild.go52 if _, err := os.Stat(config.CombinedNinjaFile()); err == nil || !os.IsNotExist(err) {
81 if _, err := os.Stat(file); !os.IsNotExist(err) {
Dutil.go89 if _, err := os.Stat(file); os.IsNotExist(err) {
Dninja.go114 info, err := os.Stat(pathToCheck)
Dpath.go38 if s, err := f.Stat(); err != nil || !s.IsDir() {
Dconfig.go158 if _, err := os.Stat(srcDirFileCheck); err != nil {
602 if _, err := os.Stat(asan); err == nil {
/build/soong/ui/tracer/
Dmicrofactory.go63 if _, err := os.Stat(filename); err != nil {
/build/blueprint/microfactory/
Dmicrofactory_test.go114 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 {
Dmicrofactory.go442 if _, err := os.Stat(p.output); err != nil {
508 if _, err := os.Stat(out); err != nil {
/build/soong/bpfix/cmd/
Dbpfix.go150 switch dir, err := os.Stat(path); {
/build/blueprint/bpfmt/
Dbpfmt.go149 switch dir, err := os.Stat(path); {
/build/soong/cmd/sbox/
Dsbox.go217 fileInfo, err := os.Stat(tempPath)
/build/blueprint/bpmodify/
Dbpmodify.go252 switch dir, err := os.Stat(path); {
/build/soong/android/
Dmakevars.go172 if _, err := os.Stat(outFile); err == nil {
Dandroidmk.go125 if _, err := os.Stat(mkFile); !os.IsNotExist(err) {
Dconfig.go309 if _, err := os.Stat(inMakeFile); err == nil {
383 if s, err := os.Stat(path); err != nil {
/build/soong/cmd/soong_ui/
Dmain.go173 _, err = os.Stat(name)
/build/soong/cc/
Dcmakelists.go92 _, err := os.Stat(path)
/build/soong/cmd/multiproduct_kati/
Dmain.go439 …if after, err := os.Stat(config.KatiBuildNinjaFile()); err == nil && after.ModTime().After(before)…

12