Home
last modified time | relevance | path

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

/aosp_15_r20/tools/treble/build/treble_build/local/
H A Dgit.go40 DiffBranches(ctx context.Context, gitDir, workDir, upstream, sha string) (*bytes.Buffer, error) methodSpec
241 func (git *gitCmd) DiffBranches(ctx context.Context, gitDir, workDir, upstream, sha string) (*bytes… func
H A Dgit_test.go51 func (g *gitTestCli) DiffBranches(ctx context.Context, gitDir, workDir, upstream, sha string) (*byt… func