Home
last modified time | relevance | path

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

/build/soong/android/
Dbazel_handler.go185 GetCcInfo(label string, cfgKey configKey) (cquery.CcInfo, error) methodSpec
308 func (m MockBazelContext) GetCcInfo(label string, cfgKey configKey) (cquery.CcInfo, error) { func
427 func (bazelCtx *mixedBuildBazelContext) GetCcInfo(label string, cfgKey configKey) (cquery.CcInfo, e… func
469 func (n noopBazelContext) GetCcInfo(_ string, _ configKey) (cquery.CcInfo, error) { func
/build/soong/bazel/cquery/
Drequest_type.go12 GetCcInfo = &getCcInfoType{} var