Home
last modified time | relevance | path

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

/aosp_15_r20/tools/treble/build/treble_build/app/
H A Dgit.go34 type GitProject struct { struct
35 RepoDir string `json:"repo_dir"` // Relative directory within repo
36 WorkDir string `json:"working_dir"` // Working directory
37 GitDir string `json:"git_dir"` // GIT directory
38 Remote string `json:"remote"` // Remote Name
39 RemoteUrl string `json:"remote_url"` // Remote URL
40 Revision string `json:"revision"` // Revision (SHA)
41 Files map[string]*GitTreeObj `json:"files"` // Files within the project
/aosp_15_r20/tools/treble/build/treble_build/report/
H A Ddependencies.go34 PopulateFiles(ctx context.Context, proj *app.GitProject, upstream string) error
35 CommitInfo(ctx context.Context, proj *app.GitProject, sha string) (*app.GitCommit, error)
/aosp_15_r20/development/vndk/tools/sourcedr/blueprint/
H A Danalyze_manifest_split.py81 class GitProject(object): class