Home
last modified time | relevance | path

Searched refs:configKey (Results 1 – 3 of 3) sorted by relevance

/build/soong/android/
Dbazel_handler.go52 type configKey struct { struct
61 configKey configKey member
81 GetOutputFiles(label string, cfgKey configKey) ([]string, bool) argument
85 GetCcInfo(label string, cfgKey configKey) (cquery.CcInfo, bool, error) argument
88 GetPythonBinary(label string, cfgKey configKey) (string, bool) argument
149 func (m MockBazelContext) GetOutputFiles(label string, cfgKey configKey) ([]string, bool) {
154 func (m MockBazelContext) GetCcInfo(label string, cfgKey configKey) (cquery.CcInfo, bool, error) {
159 func (m MockBazelContext) GetPythonBinary(label string, cfgKey configKey) (string, bool) {
180 func (bazelCtx *bazelContext) GetOutputFiles(label string, cfgKey configKey) ([]string, bool) {
190 func (bazelCtx *bazelContext) GetCcInfo(label string, cfgKey configKey) (cquery.CcInfo, bool, error…
[all …]
Dbazel_handler_test.go12 cfg := configKey{"arm64_armv8-a", Android}
Dfilegroup.go132 …filePaths, ok := bazelCtx.GetOutputFiles(fg.GetBazelLabel(ctx, fg), configKey{archVariant, osVaria…