Searched refs:GetOutputFiles (Results 1 – 8 of 8) sorted by relevance
/build/soong/android/ |
D | bazel_handler_test.go | 16 g, ok := bazelContext.GetOutputFiles(label, cfg) 24 g, ok = bazelContext.GetOutputFiles(label, cfg)
|
D | bazel_handler.go | 81 GetOutputFiles(label string, cfgKey configKey) ([]string, bool) methodSpec 149 func (m MockBazelContext) GetOutputFiles(label string, cfgKey configKey) ([]string, bool) { func 180 func (bazelCtx *bazelContext) GetOutputFiles(label string, cfgKey configKey) ([]string, bool) { func 181 rawString, ok := bazelCtx.cquery(label, cquery.GetOutputFiles, cfgKey) 185 ret = cquery.GetOutputFiles.ParseResult(bazelOutput) 211 func (n noopBazelContext) GetOutputFiles(label string, cfgKey configKey) ([]string, bool) { func
|
D | filegroup.go | 132 …filePaths, ok := bazelCtx.GetOutputFiles(fg.GetBazelLabel(ctx, fg), configKey{archVariant, osVaria…
|
/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 | 56 objPaths, ok := bazelCtx.GetOutputFiles(label, android.GetConfigKey(ctx))
|
D | binary.go | 572 filePaths, ok := bazelCtx.GetOutputFiles(label, android.GetConfigKey(ctx))
|
/build/soong/genrule/ |
D | genrule.go | 255 filePaths, ok := bazelCtx.GetOutputFiles(label, android.GetConfigKey(ctx))
|