Home
last modified time | relevance | path

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

/aosp_15_r20/tools/treble/build/treble_build/app/
H A 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"`
/aosp_15_r20/tools/treble/build/treble_build/report/
H A Dprojects.go40 func resolveProject(ctx context.Context, repoProj *app.RepoProject, remote *app.RepoRemote, proj Pr…