/build/soong/finder/fs/ |
D | fs.go | 261 Err: parentNode.readErr, 272 Err: fmt.Errorf("too many levels of symbolic links"), 280 Err: link.readErr, 303 Err: os.ErrInvalid, 310 Err: os.ErrNotExist, 317 Err: file.readErr, 339 Err: os.ErrNotExist, 484 Err: os.ErrNotExist, 531 Err: dir.readErr, 565 Err: os.ErrNotExist, [all …]
|
/build/blueprint/bootstrap/ |
D | cleanup.go | 130 if err := scanner.Err(); err != nil { 144 switch pathErr.Err { 166 switch pathErr.Err {
|
/build/blueprint/proptools/ |
D | extend.go | 176 Err error member 181 return fmt.Sprintf("can't extend property %q: %s", e.Property, e.Err) 186 Err: fmt.Errorf(format, a...), 368 Err: err, 384 Err: err,
|
/build/blueprint/ |
D | unpack.go | 67 Err: fmt.Errorf("unrecognized property %q", name), 92 Err: fmt.Errorf("property %q already defined", name), 96 Err: fmt.Errorf("<-- previous definition here"), 222 Err: fmt.Errorf("mutated field %s cannot be set in a Blueprint file", propertyName), 234 Err: fmt.Errorf("filtered field %s cannot be set in a Blueprint file", propertyName),
|
D | context.go | 124 Err error // the error that occurred member 143 return fmt.Sprintf("%s: %s", e.Pos, e.Err) 147 return fmt.Sprintf("%s: %s: %s", e.Pos, e.module, e.Err) 151 return fmt.Sprintf("%s: %s: %s: %s", e.Pos, e.module, e.property, e.Err) 949 Err: parseErr.Err, 969 Err: fmt.Errorf("illegal value %v. The '/' character is not permitted", buildEntry), 1012 Err: fmt.Errorf("%q: %s", pattern, err.Error()), 1020 Err: fmt.Errorf("%q: not found", pattern), 1028 Err: fmt.Errorf("%q: is a directory", foundBlueprints), 1054 Err: fmt.Errorf("%q: %s", pattern, err.Error()), [all …]
|
D | module_ctx.go | 233 Err: fmt.Errorf(format, args...), 243 Err: fmt.Errorf(format, args...), 262 Err: fmt.Errorf(format, args...), 323 Err: fmt.Errorf(format, args...),
|
D | unpack_test.go | 250 Err: fmt.Errorf("filtered field nested.foo cannot be set in a Blueprint file"),
|
/build/kati/make-c/ |
D | main.go | 43 if err := s.Err(); err != nil {
|
/build/soong/android/ |
D | defaults.go | 109 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
|
D | mutator.go | 318 a.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error()) 332 a.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
|
D | override_module.go | 146 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
|
D | variable.go | 387 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
|
D | arch.go | 1136 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
|
/build/soong/androidmk/parser/ |
D | parser.go | 30 Err error member 35 return fmt.Sprintf("%s: %s", e.Pos, e.Err) 109 Err: fmt.Errorf(format, args...),
|
/build/soong/ui/status/ |
D | kati.go | 131 if err := scanner.Err(); err != nil {
|
/build/soong/ui/build/ |
D | environment.go | 171 if err := scanner.Err(); err != nil {
|
/build/kati/ |
D | eval.go | 125 Err error member 129 return fmt.Sprintf("%s:%d: %v", e.Filename, e.Lineno, e.Err) 136 Err: fmt.Errorf(f, args...), 147 Err: err,
|
/build/blueprint/parser/ |
D | parser.go | 32 Err error member 37 return fmt.Sprintf("%s: %s", e.Pos, e.Err) 129 Err: err,
|
/build/soong/cmd/javac_wrapper/ |
D | javac_wrapper.go | 129 err := scanner.Err()
|
/build/blueprint/pathtools/ |
D | fs.go | 242 Err: os.ErrNotExist, 263 if serr, ok := err.(*os.SyscallError); ok && serr.Err == syscall.ENOTDIR {
|
D | fs_test.go | 566 return serr.Err.(syscall.Errno)
|
/build/soong/zip/ |
D | zip.go | 317 Err: os.ErrNotExist, 334 Err: os.ErrNotExist, 345 Err: syscall.ENOTDIR,
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 301 if scanner.Err() != nil { 302 return scanner.Err()
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 403 if scanner.Err() != nil { 404 return scanner.Err()
|
/build/soong/java/ |
D | sdk.go | 215 if scerr, ok := err.(*strconv.NumError); ok && scerr.Err == strconv.ErrSyntax {
|