Home
last modified time | relevance | path

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

/build/soong/android/
Dbazel_handler.go117 type configKey struct { struct
118 arch string
119 osType OsType
120 apexKey ApexConfigKey
139 func (c configKey) String() string {
147 configKey configKey member
150 func makeCqueryKey(label string, cqueryRequest cqueryRequest, cfgKey configKey) cqueryKey {
175 QueueBazelRequest(label string, requestType cqueryRequest, cfgKey configKey)
182 GetOutputFiles(label string, cfgKey configKey) ([]string, error)
185 GetCcInfo(label string, cfgKey configKey) (cquery.CcInfo, error)
[all …]
Dbazel_handler_test.go53 func verifyCqueryResult(t *testing.T, ctx *mixedBuildBazelContext, label string, cfg configKey, res…