func internal/filepathlite.Localize

4 uses

	internal/filepathlite (current package)
		path.go#L168: func Localize(path string) (string, error) {

	os
		dir.go#L155: 		fpath, err := filepathlite.Localize(path)
		file.go#L769: 	name, err := filepathlite.Localize(name)

	path/filepath
		path.go#L86: 	return filepathlite.Localize(path)