Home
last modified time | relevance | path

Searched defs:LoadHookContext (Results 1 – 6 of 6) sorted by relevance

/build/soong/java/
Dprebuilt_apis.go58 func parseApiFilePath(ctx android.LoadHookContext, path string) (module string, apiver string, scop…
73 func prebuiltApiModuleName(mctx android.LoadHookContext, module string, scope string, apiver string…
77 func createImport(mctx android.LoadHookContext, module string, scope string, apiver string, path st…
92 func createFilegroup(mctx android.LoadHookContext, module string, scope string, apiver string, path…
103 func getPrebuiltFiles(mctx android.LoadHookContext, name string) []string {
118 func prebuiltSdkStubs(mctx android.LoadHookContext) {
131 func createSystemModules(mctx android.LoadHookContext, apiver string) {
142 func prebuiltSdkSystemModules(mctx android.LoadHookContext) {
152 func prebuiltApiFiles(mctx android.LoadHookContext) {
202 func createPrebuiltApiModules(mctx android.LoadHookContext) {
/build/soong/android/
Dhooks.go31 type LoadHookContext interface { interface
48 func AddLoadHook(m blueprint.Module, hook func(LoadHookContext)) {
Dsoong_config_modules.go269 func importModuleTypes(ctx LoadHookContext, from string, moduleTypes ...string) {
298 func loadSoongConfigModuleTypeDefinition(ctx LoadHookContext, from string) map[string]blueprint.Mod…
/build/soong/sysprop/
Dsysprop_library.go373 func syspropLibraryHook(ctx android.LoadHookContext, m *syspropLibrary) {
/build/soong/cc/
Dvendor_snapshot.go210 func vendorSnapshotLoadHook(ctx android.LoadHookContext, p vendorSnapshotInterface) {
/build/blueprint/
Dmodule_ctx.go1071 type LoadHookContext interface { interface