Home
last modified time | relevance | path

Searched defs:importError (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/vcs/
Dvcs.go1630 type importError struct { struct
1631 importPath string
1632 err error
1643 func (e *importError) Error() string {
1647 func (e *importError) Unwrap() error {
1653 func (e *importError) ImportPath() string {
/aosp_15_r20/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
Dparser.go73 type importError struct { struct
74 pos scanner.Position
75 err error
78 func (e importError) Error() string {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/load/
Dpkg.go534 type importError struct { struct
535 importPath string
536 err error // created with fmt.Errorf
547 func (e *importError) Error() string {
551 func (e *importError) Unwrap() error {
557 func (e *importError) ImportPath() string {