func internal/filepathlite.Base

3 uses

	internal/filepathlite (current package)
		path.go#L225: func Base(path string) string {

	os
		stat_linux.go#L14: 	fs.name = filepathlite.Base(name)

	path/filepath
		path.go#L456: 	return filepathlite.Base(path)