Searched defs:RemoteUrl (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/tools/treble/build/treble_build/local/ |
H A D | git.go | 37 RemoteUrl(ctx context.Context, gitDir, workDir, remote string) (*bytes.Buffer, error) methodSpec 230 func (git *gitCmd) RemoteUrl(ctx context.Context, gitDir, workDir, remote string) (*bytes.Buffer, e… func
|
H A D | git_test.go | 42 func (g *gitTestCli) RemoteUrl(ctx context.Context, gitDir, workDir, remote string) (*bytes.Buffer,… func
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | bits2_0.h | 147 #define IBackgroundCopyJob3_AddFile(This,RemoteUrl,LocalName) (This)->lpVtbl -> AddFile(This,Remote… argument 187 #define IBackgroundCopyJob3_AddFileWithRanges(This,RemoteUrl,LocalName,RangeCount,Ranges) (This)->l… argument
|
D | bits1_5.h | 161 #define IBackgroundCopyJob2_AddFile(This,RemoteUrl,LocalName) (This)->lpVtbl->AddFile(This,RemoteUr… argument
|
D | bits.h | 378 #define IBackgroundCopyJob_AddFile(This,RemoteUrl,LocalName) (This)->lpVtbl->AddFile(This,RemoteUrl… argument
|
/aosp_15_r20/tools/treble/build/treble_build/app/ |
H A D | git.go | 39 RemoteUrl string `json:"remote_url"` // Remote URL member
|