Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dbazel_handler.go130 func (m MockBazelContext) GetOutputFiles(label string, archType ArchType) ([]string, bool) { func
156 func (bazelCtx *bazelContext) GetOutputFiles(label string, archType ArchType) ([]string, bool) { func
177 func (n noopBazelContext) GetOutputFiles(label string, archType ArchType) ([]string, bool) { func
/aosp12/build/soong/bazel/cquery/
H A Drequest_type.go9 GetOutputFiles = &getOutputFilesRequestType{} var