Searched refs:RemoteUrl (Results 1 – 5 of 5) sorted by relevance
/tools/treble/build/treble_build/local/ |
D | git_test.go | 42 func (g *gitTestCli) RemoteUrl(ctx context.Context, gitDir, workDir, remote string) (*bytes.Buffer,… func 94 RemoteUrl: "http://url/workdir", 120 RemoteUrl: "http://url/workdir",
|
D | git.go | 37 RemoteUrl(ctx context.Context, gitDir, workDir, remote string) (*bytes.Buffer, error) methodSpec 78 if raw, err := cli.git.RemoteUrl(ctx, gitDir, workDir, remote); err == nil { 81 out.RemoteUrl = url 230 func (git *gitCmd) RemoteUrl(ctx context.Context, gitDir, workDir, remote string) (*bytes.Buffer, e… func
|
/tools/treble/build/treble_build/report/ |
D | build.go | 64 RemoteUrl: proj.GitProj.RemoteUrl,
|
D | report_test.go | 133 RemoteUrl: "origin_url", Revision: name + "_sha",
|
/tools/treble/build/treble_build/app/ |
D | git.go | 39 RemoteUrl string `json:"remote_url"` // Remote URL member
|