Searched refs:unixAbs (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/path/filepath/ | ||
D | path_plan9.go | 27 return unixAbs(path) |
D | path_unix.go | 29 return unixAbs(path) |
D | path.go | 165 func unixAbs(path string) (string, error) { func |