Home
last modified time | relevance | path

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

/build/soong/android/
Dbazel_handler.go70 GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error) methodSpec
135 func (m MockBazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error) { func
166 func (bazelCtx *bazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, erro… func
181 func (n noopBazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error) { func
/build/soong/bazel/cquery/
Drequest_type.go10 GetCcInfo = &getCcInfoType{} var