Searched defs:GetOutputFiles (Results 1 – 2 of 2) sorted by relevance
81 GetOutputFiles(label string, cfgKey configKey) ([]string, bool) methodSpec149 func (m MockBazelContext) GetOutputFiles(label string, cfgKey configKey) ([]string, bool) { func180 func (bazelCtx *bazelContext) GetOutputFiles(label string, cfgKey configKey) ([]string, bool) { func211 func (n noopBazelContext) GetOutputFiles(label string, cfgKey configKey) ([]string, bool) { func
9 GetOutputFiles = &getOutputFilesRequestType{} var