Searched defs:GetOutputFiles (Results 1 – 2 of 2) sorted by relevance
66 GetOutputFiles(label string, archType ArchType) ([]string, bool) methodSpec130 func (m MockBazelContext) GetOutputFiles(label string, archType ArchType) ([]string, bool) { func156 func (bazelCtx *bazelContext) GetOutputFiles(label string, archType ArchType) ([]string, bool) { func177 func (n noopBazelContext) GetOutputFiles(label string, archType ArchType) ([]string, bool) { func
9 GetOutputFiles = &getOutputFilesRequestType{} var