func path/filepath.IsAbs
20 uses
path/filepath (current package)
path.go#L152: func IsAbs(path string) bool {
path.go#L166: if IsAbs(path) {
symlink.go#L109: if isWindowsDot && !IsAbs(link) {
go/build
build.go#L139: return filepath.IsAbs(path)
build.go#L1167: if filepath.IsAbs(srcDir) {
build.go#L1814: if !filepath.IsAbs(arg) {
build.go#L1822: if !filepath.IsAbs(arg[2:]) {
go/scanner
scanner.go#L310: if !filepath.IsAbs(filename) {
golang.org/x/tools/go/packages
golist.go#L257: if filepath.IsAbs(path) {
golist.go#L458: if filepath.IsAbs(p.ImportPath) && p.Error != nil {
golist.go#L614: if p.Dir != "" && !filepath.IsAbs(p.Dir) {
golist.go#L618: if p.Export != "" && !filepath.IsAbs(p.Export) {
golist.go#L664: if !filepath.IsAbs(filename) {
golist.go#L747: if !filepath.IsAbs(dir) {
golist.go#L784: if !filepath.IsAbs(file) {
golang.org/x/tools/internal/gcimporter
exportdata.go#L339: case filepath.IsAbs(path):
google.golang.org/grpc/internal/transport
http2_client.go#L175: if filepath.IsAbs(address) {
os/exec
exec.go#L457: } else if runtime.GOOS == "windows" && filepath.IsAbs(name) {
lp_unix.go#L68: if !filepath.IsAbs(path) {
testing
testing.go#L1564: if !filepath.IsAbs(dir) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)