Searched defs:RemoteUrl (Results  1 – 3 of 3) sorted by relevance
| /tools/treble/build/treble_build/local/ | 
| D | git.go | 37 	RemoteUrl(ctx context.Context, gitDir, workDir, remote string) (*bytes.Buffer, error)  methodSpec230 func (git *gitCmd) RemoteUrl(ctx context.Context, gitDir, workDir, remote string) (*bytes.Buffer, e…  func
 
 | 
| D | git_test.go | 42 func (g *gitTestCli) RemoteUrl(ctx context.Context, gitDir, workDir, remote string) (*bytes.Buffer,…  func
 | 
| /tools/treble/build/treble_build/app/ | 
| D | git.go | 39 	RemoteUrl string                 `json:"remote_url"`  // Remote URL  member
 |