Home
last modified time | relevance | path

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

/aosp_15_r20/tools/treble/build/treble_build/local/
H A Dgit_test.go31 type gitTestCli struct { struct
32 revParse *TestCmd
33 remoteUrl *TestCmd
34 tree *TestCmd
35 commit *TestCmd
36 diffBranch *TestCmd
39 …c (g *gitTestCli) ProjectInfo(ctx context.Context, gitDir, workDir string) (*bytes.Buffer, error) {
42 …gitTestCli) RemoteUrl(ctx context.Context, gitDir, workDir, remote string) (*bytes.Buffer, error) {
45 …g *gitTestCli) Tree(ctx context.Context, gitDir, workDir, revision string) (*bytes.Buffer, error) {
48 … *gitTestCli) CommitInfo(ctx context.Context, gitDir, workDir, sha string) (*bytes.Buffer, error) {
[all …]