Home
last modified time | relevance | path

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

/aosp_15_r20/tools/treble/build/treble_build/local/
H A Dgit.go39 CommitInfo(ctx context.Context, gitDir, workDir, revision string) (*bytes.Buffer, error) methodSpec
115 func (cli gitCli) CommitInfo(ctx context.Context, proj *app.GitProject, sha string) (*app.GitCommit… func
237 func (git *gitCmd) CommitInfo(ctx context.Context, gitDir, workDir, sha string) (*bytes.Buffer, err… func
H A Dgit_test.go48 func (g *gitTestCli) CommitInfo(ctx context.Context, gitDir, workDir, sha string) (*bytes.Buffer, e… func
/aosp_15_r20/tools/treble/build/treble_build/report/
H A Ddependencies.go35 CommitInfo(ctx context.Context, proj *app.GitProject, sha string) (*app.GitCommit, error) methodSpec
H A Dreport_test.go99 func (r *reportTest) CommitInfo(ctx context.Context, proj *app.GitProject, sha string) (*app.GitCom… func