Searched refs:cquery (Results 1 – 7 of 7) sorted by relevance
/aosp12/build/soong/android/ |
H A D | bazel_handler.go | 70 GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error) 127 LabelToCcInfo map[string]cquery.CcInfo 135 func (m MockBazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error) { 157 rawString, ok := bazelCtx.cquery(label, cquery.GetOutputFiles, archType) 161 ret = cquery.GetOutputFiles.ParseResult(bazelOutput) 167 result, ok := bazelCtx.cquery(label, cquery.GetCcInfo, archType) 169 return cquery.CcInfo{}, ok, nil 173 ret, err := cquery.GetCcInfo.ParseResult(bazelOutput) 181 func (n noopBazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error) { 273 func (context *bazelContext) cquery(label string, requestType cqueryRequest, func [all …]
|
H A D | Android.bp | 15 "soong-cquery",
|
/aosp12/build/soong/bazel/cquery/ |
H A D | Android.bp | 6 name: "soong-cquery", 7 pkgPath: "android/soong/bazel/cquery",
|
H A D | request_type_test.go | 1 package cquery package
|
H A D | request_type.go | 1 package cquery package
|
/aosp12/build/soong/cc/ |
H A D | linkable.go | 377 func flagExporterInfoFromCcInfo(ctx android.ModuleContext, ccInfo cquery.CcInfo) FlagExporterInfo {
|
/aosp12/build/bazel/docs/ |
H A D | concepts.md | 195 the Bazel client to issue `cquery` calls about these targets.
|