Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/
Dbootstrap.go212 TestSrcs []string
219 TestSrcs []string
223 TestSrcs []string
320 testSrcs = append(g.properties.TestSrcs, g.properties.Darwin.TestSrcs...)
323 testSrcs = append(g.properties.TestSrcs, g.properties.Linux.TestSrcs...)
358 func (g *GoPackage) TestSrcs() []string { func
359 return g.properties.TestSrcs
363 return g.properties.Linux.TestSrcs
367 return g.properties.Darwin.TestSrcs
384 TestSrcs []string
[all …]