Home
last modified time | relevance | path

Searched defs:LogEntry (Results 1 – 1 of 1) sorted by relevance

/build/soong/ui/build/paths/
Dlogs.go36 type LogEntry struct { struct
37 Basename string
38 Args []string
39 Parents []LogProcess
135 func SendLog(logSocket string, entry *LogEntry, done chan interface{}) {
139 func sendLog(logSocket string, lookup socketAddrFunc, timeout time.Duration, entry *LogEntry, done …