/aosp12/build/soong/java/ |
H A D | dexpreopt_config.go | 27 func dexpreoptTargets(ctx android.PathContext) []android.Target { 49 func genBootImageConfigs(ctx android.PathContext) map[string]*bootImageConfig { 137 func artBootImageConfig(ctx android.PathContext) *bootImageConfig { 141 func defaultBootImageConfig(ctx android.PathContext) *bootImageConfig { 167 func GetUpdatableBootConfig(ctx android.PathContext) updatableBootConfig { 183 func bcpForDexpreopt(ctx android.PathContext, withUpdatable bool) (android.WritablePaths, []string)…
|
H A D | sdk.go | 343 func sdkFrameworkAidlPath(ctx android.PathContext) android.OutputPath { 349 func nonUpdatableFrameworkAidlPath(ctx android.PathContext) android.OutputPath { 401 func ApiFingerprintPath(ctx android.PathContext) android.OutputPath {
|
H A D | hiddenapi_singleton.go | 100 func hiddenAPISingletonPaths(ctx android.PathContext) hiddenAPISingletonPathsStruct { 209 func tempPathForRestat(ctx android.PathContext, path android.WritablePath) android.WritablePath {
|
H A D | dexpreopt_bootjars.go | 328 func (image bootImageConfig) moduleName(ctx android.PathContext, idx int) string { 340 func (image bootImageConfig) firstModuleNameOrStem(ctx android.PathContext) string { 350 func (image bootImageConfig) moduleFiles(ctx android.PathContext, dir android.OutputPath, exts ...s… 412 func SkipDexpreoptBootJars(ctx android.PathContext) bool {
|
H A D | lint.go | 559 func copiedAnnotationsZipPath(ctx android.PathContext) android.WritablePath { 563 func copiedAPIVersionsXmlPath(ctx android.PathContext, name string) android.WritablePath {
|
H A D | platform_compat_config.go | 46 func platformCompatConfigPath(ctx android.PathContext) android.OutputPath {
|
H A D | hiddenapi_modular.go | 839 func pathForValidation(ctx android.PathContext, path android.WritablePath) android.WritablePath {
|
/aosp12/build/soong/cc/ |
H A D | ndk_sysroot.go | 69 func getNdkInstallBase(ctx android.PathContext) android.InstallPath { 74 func getNdkSysrootBase(ctx android.PathContext) android.InstallPath { 81 func getNdkBaseTimestampFile(ctx android.PathContext) android.WritablePath { 87 func getNdkFullTimestampFile(ctx android.PathContext) android.WritablePath {
|
/aosp12/build/soong/dexpreopt/ |
H A D | dexpreopt_test.go | 23 func testSystemModuleConfig(ctx android.PathContext, name string) *ModuleConfig { 27 func testSystemProductModuleConfig(ctx android.PathContext, name string) *ModuleConfig { 31 func testProductModuleConfig(ctx android.PathContext, name string) *ModuleConfig { 35 func testModuleConfig(ctx android.PathContext, name, partition string) *ModuleConfig {
|
H A D | dexpreopt.go | 103 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool { 130 func profileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, 171 func bootProfileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConf… 204 func dexpreoptCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, 530 func NonUpdatableSystemServerJars(ctx android.PathContext, global *GlobalConfig) []string { 540 func SystemServerDexJarHostPath(ctx android.PathContext, jar string) android.OutputPath { 555 func checkSystemServerOrder(ctx android.PathContext, jarIndex int) {
|
H A D | config.go | 161 func constructPath(ctx android.PathContext, path string) android.Path { 172 func constructPaths(ctx android.PathContext, paths []string) android.Paths { 180 func constructWritablePath(ctx android.PathContext, path string) android.WritablePath { 189 func ParseGlobalConfig(ctx android.PathContext, data []byte) (*GlobalConfig, error) { 220 func GetGlobalConfig(ctx android.PathContext) *GlobalConfig { 226 func GetGlobalConfigRawData(ctx android.PathContext) []byte { 233 func getGlobalConfigRaw(ctx android.PathContext) globalConfigAndRaw { 290 func ParseModuleConfig(ctx android.PathContext, data []byte) (*ModuleConfig, error) { 494 func GetCachedGlobalSoongConfig(ctx android.PathContext) *GlobalSoongConfig { 513 func ParseGlobalSoongConfig(ctx android.PathContext, data []byte) (*GlobalSoongConfig, error) { [all …]
|
H A D | class_loader_context.go | 507 func fromJsonClassLoaderContext(ctx android.PathContext, jClcMap jsonClassLoaderContextMap) ClassLo… 524 func fromJsonClassLoaderContextRec(ctx android.PathContext, jClcs []*jsonClassLoaderContext) []*Cla…
|
H A D | class_loader_context_test.go | 281 func buildPath(ctx android.PathContext, lib string) android.Path {
|
/aosp12/build/soong/java/config/ |
H A D | config.go | 226 func JavaCmd(ctx android.PathContext) android.SourcePath { 231 func JavadocCmd(ctx android.PathContext) android.SourcePath { 235 func javaTool(ctx android.PathContext, tool string) android.SourcePath { 248 func javaToolchain(ctx android.PathContext) android.SourcePath { 256 func javaHome(ctx android.PathContext) android.SourcePath {
|
/aosp12/build/soong/bp2build/ |
H A D | bp2build.go | 42 func getOrCreateOutputDir(outputDir android.OutputPath, ctx android.PathContext, dir string) androi… 49 func writeFiles(ctx android.PathContext, outputDir android.OutputPath, files []BazelFile) { 58 func writeFile(ctx android.PathContext, pathToFile android.OutputPath, content string) error {
|
/aosp12/build/soong/android/ |
H A D | paths.go | 35 type PathContext interface { interface 138 func reportPathError(ctx PathContext, err error) { 155 func pathContextName(ctx PathContext, module blueprint.Module) string { 348 func PathsForSource(ctx PathContext, paths []string) Paths { 359 func ExistentPathsForSources(ctx PathContext, paths []string) Paths { 1070 func (p SourcePath) Join(ctx PathContext, paths ...string) SourcePath { 1174 func pathForBuildToolDep(ctx PathContext, path string) toolDepPath { 1192 func PathsForOutput(ctx PathContext, paths []string) WritablePaths { 1667 func PathForNdkInstall(ctx PathContext, paths ...string) InstallPath { 1793 func PathForPhony(ctx PathContext, phony string) WritablePath { [all …]
|
H A D | api_levels.go | 191 func ReplaceFinalizedCodenames(ctx PathContext, raw string) string { 214 func ApiLevelFromUser(ctx PathContext, raw string) (ApiLevel, error) { 242 func ApiLevelOrPanic(ctx PathContext, raw string) ApiLevel { 267 func GetApiLevelsJson(ctx PathContext) WritablePath {
|
H A D | config.go | 519 func (c *config) HostToolPath(ctx PathContext, tool string) Path { 523 func (c *config) HostJNIToolPath(ctx PathContext, path string) Path { 531 func (c *config) HostJavaToolPath(ctx PathContext, path string) Path { 554 func (c *config) PrebuiltBuildTool(ctx PathContext, tool string) Path { 631 func (c *config) BuildNumberFile(ctx PathContext) Path { 748 func (c *config) DefaultAppCertificateDir(ctx PathContext) SourcePath { 756 func (c *config) DefaultAppCertificate(ctx PathContext) (pem, key SourcePath) { 992 func (c *config) DexpreoptGlobalConfigPath(ctx PathContext) OptionalPath { 1006 func (c *config) DexpreoptGlobalConfig(ctx PathContext) ([]byte, error) { 1019 func (c *config) FrameworksBaseDirExists(ctx PathContext) bool { [all …]
|
H A D | bazel_paths.go | 353 func PathForBazelOut(ctx PathContext, paths ...string) BazelOutPath { 372 func PathsForBazelOut(ctx PathContext, paths []string) Paths {
|
H A D | apex.go | 95 func (i ApexInfo) mergedName(ctx PathContext) string { 508 func mergeApexVariations(ctx PathContext, apexInfos []ApexInfo) (merged []ApexInfo, aliases [][2]st…
|
H A D | rule_builder.go | 1032 func (c *RuleBuilderCommand) PrebuiltBuildTool(ctx PathContext, tool string) *RuleBuilderCommand { 1316 PathContext anonMember
|
H A D | module.go | 2879 func OutputFilesForModule(ctx PathContext, module blueprint.Module, tag string) Paths { 2890 func OutputFileForModule(ctx PathContext, module blueprint.Module, tag string) Path { 2904 func outputFilesForModule(ctx PathContext, module blueprint.Module, tag string) (Paths, error) {
|
/aosp12/build/soong/apex/ |
H A D | builder.go | 865 func (a *apexBundle) getCertificateAndPrivateKey(ctx android.PathContext) (pem, key android.Path) {
|