Searched refs:unixIsLocal (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/filepathlite/ | ||
D | path_unix.go | 24 return unixIsLocal(path) |
D | path_plan9.go | 22 return unixIsLocal(path) |
D | path.go | 145 func unixIsLocal(path string) bool { func |