Home
last modified time | relevance | path

Searched defs:IsAbs (Results 1 – 6 of 6) sorted by relevance

/prebuilts/go/linux-x86/src/internal/filepathlite/
Dpath_unix.go35 func IsAbs(path string) bool { func
Dpath_plan9.go33 func IsAbs(path string) bool { func
Dpath_windows.go182 func IsAbs(path string) (b bool) { func
/prebuilts/go/linux-x86/src/path/
Dpath.go212 func IsAbs(path string) bool { func
/prebuilts/go/linux-x86/src/path/filepath/
Dpath.go152 func IsAbs(path string) bool { func
/prebuilts/go/linux-x86/src/net/url/
Durl.go1095 func (u *URL) IsAbs() bool { func