Searched refs:configKey (Results 1 – 3 of 3) sorted by relevance
/build/soong/android/ |
D | bazel_handler.go | 52 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 …]
|
D | bazel_handler_test.go | 12 cfg := configKey{"arm64_armv8-a", Android}
|
D | filegroup.go | 132 …filePaths, ok := bazelCtx.GetOutputFiles(fg.GetBazelLabel(ctx, fg), configKey{archVariant, osVaria…
|