/build/make/target/product/ |
D | mainline_system.mk | 107 system/core/rootdir/init.zygote32.rc:system/etc/init/hw/init.zygote32.rc \ 108 system/core/rootdir/init.zygote64.rc:system/etc/init/hw/init.zygote64.rc \ 109 system/core/rootdir/init.zygote64_32.rc:system/etc/init/hw/init.zygote64_32.rc \
|
D | generic_system.mk | 107 system/core/rootdir/init.zygote32.rc:system/etc/init/hw/init.zygote32.rc \ 108 system/core/rootdir/init.zygote64.rc:system/etc/init/hw/init.zygote64.rc \ 109 system/core/rootdir/init.zygote64_32.rc:system/etc/init/hw/init.zygote64_32.rc \
|
D | core_no_zygote.mk | 23 PRODUCT_COPY_FILES += system/core/rootdir/init.no_zygote.rc:system/etc/init/hw/init.no_zygote.rc
|
D | core_64_bit_only.mk | 23 PRODUCT_COPY_FILES += system/core/rootdir/init.zygote64.rc:system/etc/init/hw/init.zygote64.rc
|
D | core_64_bit.mk | 26 PRODUCT_COPY_FILES += system/core/rootdir/init.zygote64_32.rc:system/etc/init/hw/init.zygote64_32.rc
|
D | base_system.mk | 119 init.environ.rc \ 361 system/core/rootdir/init.usb.rc:system/etc/init/hw/init.usb.rc \ 362 system/core/rootdir/init.usb.configfs.rc:system/etc/init/hw/init.usb.configfs.rc \ 365 PRODUCT_COPY_FILES += system/core/rootdir/init.zygote32.rc:system/etc/init/hw/init.zygote32.rc 377 init-debug.rc \
|
D | gsi_release.mk | 62 init.gsi.rc \ 63 init.vndk-nodef.rc \
|
/build/soong/mk2rbc/ |
D | mk2rbc_test.go | 44 def init(g, handle): 57 def init(g, handle): 75 def init(g, handle): 97 def init(g, handle): 118 def init(g, handle): 139 def init(g, handle): 160 def init(g, handle): 182 def init(g, handle): 211 def init(g, handle): 237 def init(g, handle): [all …]
|
/build/make/core/ |
D | misc_prebuilt_internal.mk | 28 ifneq ($(filter init%rc,$(notdir $(LOCAL_INSTALLED_MODULE)))$(filter %/etc/init,$(dir $(LOCAL_INSTA… 29 $(eval $(call copy-init-script-file-checked,$(my_prebuilt_src_file),$(LOCAL_BUILT_MODULE)))
|
/build/make/tests/artifact_path_requirements/ |
D | product.rbc | 16 load(":inherit1.rbc", _inherit1_init = "init") 17 load(":inherit2.rbc", _inherit2_init = "init") 18 load(":inherit3.rbc", _inherit3_init = "init") 20 def init(g, handle):
|
D | test.rbc | 16 load("//build/make/tests/input_variables.rbc", input_variables_init = "init") 17 load(":product.rbc", "init") 24 (globals, globals_base) = rblf.product_configuration("test/product", init, input_variables_init)
|
D | inherit1.rbc | 16 load(":inherit3.rbc", _inherit3_init = "init") 18 def init(g, handle):
|
D | inherit3.rbc | 16 load(":inherit4.rbc", _inherit4_init = "init") 18 def init(g, handle):
|
D | inherit2.rbc | 16 load(":inherit4.rbc", _inherit4_init = "init") 18 def init(g, handle):
|
/build/make/target/product/gsi/ |
D | init.gsi.rc | 2 # Android init script for GSI required initialization 5 import /system/system_ext/etc/gsi/init.vndk-${ro.vndk.version:-nodef}.rc
|
D | Android.mk | 222 LOCAL_MODULE_RELATIVE_PATH := init/config 231 mkdir -p $(TARGET_OUT)/etc/init; \ 232 ln -sf /system/system_ext/etc/init/config $(TARGET_OUT)/etc/init/config 240 LOCAL_MODULE := init.gsi.rc 247 LOCAL_MODULE_RELATIVE_PATH := init 253 LOCAL_MODULE := init.vndk-nodef.rc
|
/build/soong/python/ |
D | library.go | 26 func init() { func 40 return module.init() 90 return module.init()
|
D | test.go | 26 func init() { func 120 return module.init() 127 return module.init()
|
/build/make/tests/single_value_inheritance/ |
D | product.rbc | 16 load(":inherit1.rbc", _inherit1_init = "init") 17 load(":inherit2.rbc", _inherit2_init = "init") 19 def init(g, handle):
|
D | test.rbc | 16 load("//build/make/tests/input_variables.rbc", input_variables_init = "init") 17 load(":product.rbc", "init") 25 (globals, globals_base) = rblf.product_configuration("test/device", init, input_variables_init)
|
/build/make/tests/prefixed_sort_order/ |
D | test.rbc | 16 load("//build/make/tests/input_variables.rbc", input_variables_init = "init") 17 load(":product.rbc", "init") 25 (globals, globals_base) = rblf.product_configuration("test/device", init, input_variables_init)
|
D | product.rbc | 16 load(":base.rbc", _base_init = "init") 17 load(":base-secondary.rbc", _base_secondary_init = "init") 19 def init(g, handle):
|
/build/soong/cc/config/ |
D | arm64_linux_host.go | 60 func init() { func 110 func init() { func
|
D | x86_linux_bionic_host.go | 69 func init() { func 152 func init() { func
|
/build/soong/snapshot/ |
D | host_fake_snapshot.go | 67 func init() { func 86 func (c *hostFakeSingleton) init() { func 92 singleton.init()
|