Home
last modified time | relevance | path

Searched defs:GetOutputFiles (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dbazel_handler.go182 GetOutputFiles(label string, cfgKey configKey) ([]string, error) methodSpec
300 func (m MockBazelContext) GetOutputFiles(label string, _ configKey) ([]string, error) { func
417 func (bazelCtx *mixedBuildBazelContext) GetOutputFiles(label string, cfgKey configKey) ([]string, e… func
465 func (n noopBazelContext) GetOutputFiles(_ string, _ configKey) ([]string, error) { func
/build/soong/bazel/cquery/
Drequest_type.go10 GetOutputFiles = &getOutputFilesRequestType{} var