Home
last modified time | relevance | path

Searched refs:Hostname (Results 1 – 4 of 4) sorted by relevance

/build/soong/ui/metrics/
Dmetrics.go199 if hostname, err := os.Hostname(); err == nil {
200 m.metrics.Hostname = proto.String(hostname)
/build/soong/ui/build/
Dkati.go175 hostname, err := os.Hostname()
/build/soong/ui/metrics/metrics_proto/
Dmetrics.pb.go204 Hostname *string `protobuf:"bytes,24,opt,name=hostname" json:"hostname,omitempty"` member
408 if m != nil && m.Hostname != nil {
409 return *m.Hostname
/build/soong/finder/fs/
Dfs.go142 hostname, err := os.Hostname()