Searched refs:GetOutputFiles (Results 1 – 7 of 7) sorted by relevance
/build/soong/android/ |
D | bazel_handler_test.go | 16 g, ok := bazelContext.GetOutputFiles(label, arch) 24 g, ok = bazelContext.GetOutputFiles(label, arch)
|
D | bazel_handler.go | 66 GetOutputFiles(label string, archType ArchType) ([]string, bool) methodSpec 130 func (m MockBazelContext) GetOutputFiles(label string, archType ArchType) ([]string, bool) { func 156 func (bazelCtx *bazelContext) GetOutputFiles(label string, archType ArchType) ([]string, bool) { func 157 rawString, ok := bazelCtx.cquery(label, cquery.GetOutputFiles, archType) 161 ret = cquery.GetOutputFiles.ParseResult(bazelOutput) 177 func (n noopBazelContext) GetOutputFiles(label string, archType ArchType) ([]string, bool) { func
|
D | filegroup.go | 114 filePaths, ok := bazelCtx.GetOutputFiles(fg.GetBazelLabel(ctx, fg), ctx.Arch().ArchType)
|
/build/soong/bazel/cquery/ |
D | request_type_test.go | 33 actualOutput := GetOutputFiles.ParseResult(tc.input)
|
D | request_type.go | 9 GetOutputFiles = &getOutputFilesRequestType{} var
|
/build/soong/cc/ |
D | object.go | 57 objPaths, ok := bazelCtx.GetOutputFiles(label, ctx.Arch().ArchType)
|
/build/soong/genrule/ |
D | genrule.go | 229 filePaths, ok := bazelCtx.GetOutputFiles(label, ctx.Arch().ArchType)
|