Home
last modified time | relevance | path

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

/build/soong/android/
Dbazel_handler.go192 GetApexInfo(label string, cfgkey configKey) (cquery.ApexInfo, error) methodSpec
328 func (m MockBazelContext) GetApexInfo(label string, _ configKey) (cquery.ApexInfo, error) { func
445 func (bazelCtx *mixedBuildBazelContext) GetApexInfo(label string, cfgKey configKey) (cquery.ApexInf… func
477 func (n noopBazelContext) GetApexInfo(_ string, _ configKey) (cquery.ApexInfo, error) { func
/build/soong/bazel/cquery/
Drequest_type.go13 GetApexInfo = &getApexInfoType{} var