Searched defs:LogEntry (Results 1 – 3 of 3) sorted by relevance
36 type LogEntry struct { struct37 Basename string38 Args []string39 Parents []LogProcess135 func SendLog(logSocket string, entry *LogEntry, done chan interface{}) {139 func sendLog(logSocket string, lookup socketAddrFunc, timeout time.Duration, entry *LogEntry, done …
76 private static class LogEntry { class in LoaderMemoryLogger83 protected LogEntry( in LogEntry() method in LoaderMemoryLogger.LogEntry
359 static class LogEntry { class in WakeLockLog380 LogEntry() {} in LogEntry() method in WakeLockLog.LogEntry382 LogEntry(long time, int type, TagData tag, int flags) { in LogEntry() method in WakeLockLog.LogEntry