Searched refs:GetOutputFiles (Results 1 – 7 of 7) sorted by relevance
/aosp12/build/soong/android/ |
H A D | bazel_handler_test.go | 16 g, ok := bazelContext.GetOutputFiles(label, arch) 24 g, ok = bazelContext.GetOutputFiles(label, arch)
|
H A D | bazel_handler.go | 66 GetOutputFiles(label string, archType ArchType) ([]string, bool) 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
|
H A D | filegroup.go | 114 filePaths, ok := bazelCtx.GetOutputFiles(fg.GetBazelLabel(ctx, fg), ctx.Arch().ArchType)
|
/aosp12/build/soong/bazel/cquery/ |
H A D | request_type_test.go | 33 actualOutput := GetOutputFiles.ParseResult(tc.input)
|
H A D | request_type.go | 9 GetOutputFiles = &getOutputFilesRequestType{} var
|
/aosp12/build/soong/cc/ |
H A D | object.go | 57 objPaths, ok := bazelCtx.GetOutputFiles(label, ctx.Arch().ArchType)
|
/aosp12/build/soong/genrule/ |
H A D | genrule.go | 229 filePaths, ok := bazelCtx.GetOutputFiles(label, ctx.Arch().ArchType)
|