Home
last modified time | relevance | path

Searched refs:GetOutputFiles (Results 1 – 8 of 8) sorted by relevance

/build/soong/android/
Dbazel_handler_test.go16 g, ok := bazelContext.GetOutputFiles(label, cfg)
24 g, ok = bazelContext.GetOutputFiles(label, cfg)
Dbazel_handler.go81 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
Dfilegroup.go132 …filePaths, ok := bazelCtx.GetOutputFiles(fg.GetBazelLabel(ctx, fg), configKey{archVariant, osVaria…
/build/soong/bazel/cquery/
Drequest_type_test.go33 actualOutput := GetOutputFiles.ParseResult(tc.input)
Drequest_type.go9 GetOutputFiles = &getOutputFilesRequestType{} var
/build/soong/cc/
Dobject.go56 objPaths, ok := bazelCtx.GetOutputFiles(label, android.GetConfigKey(ctx))
Dbinary.go572 filePaths, ok := bazelCtx.GetOutputFiles(label, android.GetConfigKey(ctx))
/build/soong/genrule/
Dgenrule.go255 filePaths, ok := bazelCtx.GetOutputFiles(label, android.GetConfigKey(ctx))