Home
last modified time | relevance | path

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

/tools/treble/build/treble_build/app/
Drepo.go29 type RepoProject struct { struct
30 Groups string `xml:"groups,attr"`
31 Name string `xml:"name,attr"`
32 Revision string `xml:"revision,attr"`
33 Path string `xml:"path,attr"`
34 Remote *string `xml:"remote,attr"`
/tools/treble/build/treble_build/report/
Dprojects.go40 func resolveProject(ctx context.Context, repoProj *app.RepoProject, remote *app.RepoRemote, proj Pr…