Home | History | Annotate | Download | only in path

Lines Matching defs:string

20 // and retrieving the final string. It does not allocate a buffer
23 s string
48 func (b *lazybuf) string() string {
52 return string(b.buf[:b.w])
68 // If the result of this process is an empty string, Clean
69 // returns the string ".".
74 func Clean(path string) string {
134 // Turn empty string into "."
139 return out.string()
147 func Split(path string) (dir, file string) {
155 func Join(elem ...string) string {
168 func Ext(path string) string {
181 func Base(path string) string {
201 func IsAbs(path string) bool {
212 func Dir(path string) string {