golang.org/x/mod/zip.dirFile.filePath (field)

3 uses

	golang.org/x/mod/zip (current package)
		zip.go#L567: 	filePath, slashPath string
		zip.go#L573: func (f dirFile) Open() (io.ReadCloser, error) { return os.Open(f.filePath) }
		zip.go#L767: 			filePath:  filePath,