Home
last modified time | relevance | path

Searched refs:LoadHookContext (Results 1 – 15 of 15) sorted by relevance

/build/soong/java/
Dprebuilt_apis.go73 func parseApiFilePath(ctx android.LoadHookContext, path string) (module string, apiver string, scop… argument
88 func prebuiltApiModuleName(mctx android.LoadHookContext, module string, scope string, apiver string… argument
92 func createImport(mctx android.LoadHookContext, module, scope, apiver, path, sdkVersion string, com… argument
109 func createApiModule(mctx android.LoadHookContext, name string, path string) { argument
123 func createEmptyFile(mctx android.LoadHookContext, name string) { argument
135 func getPrebuiltFiles(mctx android.LoadHookContext, p *prebuiltApis, name string) []string { argument
143 func getPrebuiltFilesInSubdir(mctx android.LoadHookContext, subdir string, name string) []string { argument
157 func prebuiltSdkStubs(mctx android.LoadHookContext, p *prebuiltApis) { argument
173 func createSystemModules(mctx android.LoadHookContext, apiver string) { argument
184 func prebuiltSdkSystemModules(mctx android.LoadHookContext, p *prebuiltApis) { argument
[all …]
Dapp_import.go109 func (a *AndroidAppImport) processVariants(ctx android.LoadHookContext) {
460 android.AddLoadHook(module, func(ctx android.LoadHookContext) {
510 android.AddLoadHook(module, func(ctx android.LoadHookContext) {
Dbootclasspath_fragment.go186 android.AddLoadHook(m, func(ctx android.LoadHookContext) {
1008 android.AddLoadHook(m, func(ctx android.LoadHookContext) {
/build/soong/android/
Dsoong_config_modules.go165 AddLoadHook(module, func(ctx LoadHookContext) {
275 AddLoadHook(module, func(ctx LoadHookContext) {
332 func importModuleTypes(ctx LoadHookContext, from string, moduleTypes ...string) { argument
361 func loadSoongConfigModuleTypeDefinition(ctx LoadHookContext, from string) map[string]blueprint.Mod… argument
365 reportErrors := func(ctx LoadHookContext, filename string, errs ...error) {
426 AddLoadHook(module, func(ctx LoadHookContext) {
Dhooks.go31 type LoadHookContext interface { interface
48 func AddLoadHook(m blueprint.Module, hook func(LoadHookContext)) { argument
49 blueprint.AddLoadHook(m, func(ctx blueprint.LoadHookContext) {
60 bp blueprint.LoadHookContext
Dpackage.go67 AddLoadHook(module, func(ctx LoadHookContext) {
Dsingleton_module.go112 AddLoadHook(sm, func(ctx LoadHookContext) {
/build/soong/tradefed/suite_harness/
Dtradefed_binary.go55 func tradefedBinaryLoadHook(tfb *TradefedBinaryProperties) func(ctx android.LoadHookContext) {
56 return func(ctx android.LoadHookContext) {
/build/soong/apex/
Dvndk.go39 android.AddLoadHook(bundle, func(ctx android.LoadHookContext) {
/build/soong/cc/
Dvndk_prebuilt.go241 android.AddLoadHook(module, func(ctx android.LoadHookContext) {
Dsnapshot_prebuilt.go489 android.AddLoadHook(m, func(ctx android.LoadHookContext) {
496 func vendorSnapshotLoadHook(ctx android.LoadHookContext, p *baseSnapshotDecorator) { argument
Dfuzz.go341 android.AddLoadHook(module, func(ctx android.LoadHookContext) {
/build/soong/sysprop/
Dsysprop_library.go372 android.AddLoadHook(m, func(ctx android.LoadHookContext) { syspropLibraryHook(ctx, m) })
420 func syspropLibraryHook(ctx android.LoadHookContext, m *syspropLibrary) { argument
/build/soong/sdk/
Dsdk.go266 android.AddLoadHook(s, func(ctx android.LoadHookContext) {
/build/blueprint/
Dmodule_ctx.go1266 type LoadHookContext interface { interface
1320 type LoadHook func(ctx LoadHookContext)