Home
last modified time | relevance | path

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

/build/soong/cc/
Dcompdb.go55 type compDbEntry struct { struct
56 Directory string `json:"directory"`
57 Arguments []string `json:"arguments"`
58 File string `json:"file"`
59 Output string `json:"output,omitempty"`
171 …CompiledInterface, ctx android.SingletonContext, ccModule *Module, builds map[string]compDbEntry) {