Lines Matching defs:mixedBuildBazelContext
239 type mixedBuildBazelContext struct { struct
240 bazelRunner
241 paths *bazelPaths
244 requests []cqueryKey
245 requestMutex sync.Mutex // requests can be written in parallel
247 results map[cqueryKey]string // Results of cquery requests after Bazel invocations
250 buildStatements []*bazel.BuildStatement
253 depsets []bazel.AqueryDepset
260 bazelDisabledModules map[string]bool
262 bazelEnabledModules map[string]bool
264 bazelDclaEnabledModules map[string]bool
266 modulesDefaultToBazel bool
268 targetProduct string
269 targetBuildVariant string
388 …edBuildBazelContext) QueueBazelRequest(label string, requestType cqueryRequest, cfgKey configKey) {
417 …azelCtx *mixedBuildBazelContext) GetOutputFiles(label string, cfgKey configKey) ([]string, error) {
427 …azelCtx *mixedBuildBazelContext) GetCcInfo(label string, cfgKey configKey) (cquery.CcInfo, error) {
436 …bazelCtx *mixedBuildBazelContext) GetPythonBinary(label string, cfgKey configKey) (string, error) {
445 …Ctx *mixedBuildBazelContext) GetApexInfo(label string, cfgKey configKey) (cquery.ApexInfo, error) {
453 …azelContext) GetCcUnstrippedInfo(label string, cfgKey configKey) (cquery.CcUnstrippedInfo, error) {
631 …nc (context *mixedBuildBazelContext) IsModuleNameAllowed(moduleName string, withinApex bool) bool {
645 func (context *mixedBuildBazelContext) IsModuleDclaAllowed(moduleName string) bool {
789 func (context *mixedBuildBazelContext) mainBzlFileContents() []byte {
876 func (context *mixedBuildBazelContext) mainBuildFileContents() []byte {
967 func (context *mixedBuildBazelContext) cqueryStarlarkFileContents() []byte {
1116 func (context *mixedBuildBazelContext) InvokeBazel(config Config, ctx invokeBazelContext) error {
1142 func (context *mixedBuildBazelContext) runCquery(config Config, ctx invokeBazelContext) error {
1208 func (context *mixedBuildBazelContext) runAquery(config Config, ctx invokeBazelContext) error {
1245 …ntext *mixedBuildBazelContext) generateBazelSymlinks(config Config, ctx invokeBazelContext) error {
1256 func (context *mixedBuildBazelContext) BuildStatementsToRegister() []*bazel.BuildStatement {
1260 func (context *mixedBuildBazelContext) AqueryDepsets() []bazel.AqueryDepset {
1264 func (context *mixedBuildBazelContext) OutputBase() string {