type github.com/golang/protobuf/proto.filePath

3 uses

	github.com/golang/protobuf/proto (current package)
		registry.go#L22: type filePath = string // e.g., "google/protobuf/descriptor.proto"
		registry.go#L33: func RegisterFile(s filePath, d fileDescGZIP) {
		registry.go#L57: func FileDescriptor(s filePath) fileDescGZIP {