Home
last modified time | relevance | path

Searched refs:init (Results 1 – 25 of 261) sorted by relevance

1234567891011

/build/make/target/product/
Dmainline_system.mk107 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 \
Dgeneric_system.mk107 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 \
Dcore_no_zygote.mk23 PRODUCT_COPY_FILES += system/core/rootdir/init.no_zygote.rc:system/etc/init/hw/init.no_zygote.rc
Dcore_64_bit_only.mk23 PRODUCT_COPY_FILES += system/core/rootdir/init.zygote64.rc:system/etc/init/hw/init.zygote64.rc
Dcore_64_bit.mk26 PRODUCT_COPY_FILES += system/core/rootdir/init.zygote64_32.rc:system/etc/init/hw/init.zygote64_32.rc
Dbase_system.mk119 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 \
Dgsi_release.mk62 init.gsi.rc \
63 init.vndk-nodef.rc \
/build/soong/mk2rbc/
Dmk2rbc_test.go44 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/
Dmisc_prebuilt_internal.mk28 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/
Dproduct.rbc16 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):
Dtest.rbc16 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)
Dinherit1.rbc16 load(":inherit3.rbc", _inherit3_init = "init")
18 def init(g, handle):
Dinherit3.rbc16 load(":inherit4.rbc", _inherit4_init = "init")
18 def init(g, handle):
Dinherit2.rbc16 load(":inherit4.rbc", _inherit4_init = "init")
18 def init(g, handle):
/build/make/target/product/gsi/
Dinit.gsi.rc2 # Android init script for GSI required initialization
5 import /system/system_ext/etc/gsi/init.vndk-${ro.vndk.version:-nodef}.rc
DAndroid.mk222 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/
Dlibrary.go26 func init() { func
40 return module.init()
90 return module.init()
Dtest.go26 func init() { func
120 return module.init()
127 return module.init()
/build/make/tests/single_value_inheritance/
Dproduct.rbc16 load(":inherit1.rbc", _inherit1_init = "init")
17 load(":inherit2.rbc", _inherit2_init = "init")
19 def init(g, handle):
Dtest.rbc16 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/
Dtest.rbc16 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)
Dproduct.rbc16 load(":base.rbc", _base_init = "init")
17 load(":base-secondary.rbc", _base_secondary_init = "init")
19 def init(g, handle):
/build/soong/cc/config/
Darm64_linux_host.go60 func init() { func
110 func init() { func
Dx86_linux_bionic_host.go69 func init() { func
152 func init() { func
/build/soong/snapshot/
Dhost_fake_snapshot.go67 func init() { func
86 func (c *hostFakeSingleton) init() { func
92 singleton.init()

1234567891011