Home
last modified time | relevance | path

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

/aosp12/build/soong/scripts/
H A Dbuild_broken_logs.go85 Logs []ProductLog
93 type ProductLog struct { struct
214 ret := Branch{Logs: []ProductLog{}}
251 func ParseProduct(p ProductBranch) ProductLog {
257 ret := ProductLog{
291 func ScanProduct(settings []Setting, l ProductLog) { argument