Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 262) sorted by relevance

1234567891011

/system/sepolicy/
DCleanSpec.mk51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/file_contexts)
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/file_contexts)
54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/service_contexts)
55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/service_contexts)
56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/nonplat_property_contexts)
57 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/nonplat_property_contexts)
58 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/plat_property_contexts)
59 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/plat_property_contexts)
61 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/property_contexts)
62 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/property_contexts)
[all …]
DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
127 build_device_policy = $(call build_policy, $(1), $(PLAT_VENDOR_POLICY) $(BOARD_SEPOLICY_DIRS))
225 $(reqd_policy_mask.conf): $(call build_policy, $(sepolicy_build_files), $(REQD_MASK_POLICY))
255 $(plat_pub_policy.conf): $(call build_policy, $(sepolicy_build_files), \
311 $(plat_policy.conf): $(call build_policy, $(sepolicy_build_files), \
325 $(call build_policy, $(sepolicy_build_cil_workaround_files), $(PLAT_PRIVATE_POLICY))
328 $(call build_policy, $(sepolicy_build_cil_workaround_files), $(PLAT_PRIVATE_POLICY))
422 $(nonplat_policy.conf): $(call build_policy, $(sepolicy_build_files), \
548 $(sepolicy.recovery.conf): $(call build_policy, $(sepolicy_build_files), \
593 $(LOCAL_BUILT_MODULE): $(call build_policy, $(sepolicy_build_files), \
[all …]
/system/core/
DCleanSpec.mk51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc)
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc)
53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/reboot)
54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/default.prop)
55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/default.prop)
56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/lmkd_intermediates/import_includes)
57 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libsysutils_intermediates/import_…
58 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/grep $(PRODUCT_OUT)/system/bin/toolbox)
59 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/hw/gatekeeper.$(TARGET_DEVICE).so)
60 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/hw/gatekeeper.$(TARGET_DEVICE).so)
[all …]
/system/media/
DCleanSpec.mk46 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/libOpenMAXAL.so)
47 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/libOpenSLES.so)
48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterfw_intermediates)
49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_imageproc_inte…
50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_text_intermedi…
51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_ui_intermediat…
52 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_videosrc_inter…
53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libaudioutils_intermediates)
54 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterfw_intermediates)
55 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/framework/filterfw.jar)
/system/nfc/halimpl/pn54x/
DAndroid.mk50 LOCAL_PATH := $(call my-dir)
56 $(call all-c-files-under, common) \
57 $(call all-c-files-under, dnld) \
58 $(call all-c-files-under, hal) \
59 $(call all-c-files-under, log) \
60 $(call all-c-files-under, self-test) \
61 $(call all-c-files-under, tml) \
62 $(call all-c-files-under, utils) \
63 $(call all-cpp-files-under, utils) \
/system/tpm/attestation/server/
Ddbus_service_test.cc62 std::unique_ptr<dbus::MethodCall> call( in CreateMethodCall() local
64 call->SetSerial(1); in CreateMethodCall()
65 return call; in CreateMethodCall()
101 std::unique_ptr<dbus::MethodCall> call = in TEST_F() local
103 dbus::MessageWriter writer(call.get()); in TEST_F()
105 auto response = CallMethod(call.get()); in TEST_F()
124 std::unique_ptr<dbus::MethodCall> call = in TEST_F() local
127 dbus::MessageWriter writer(call.get()); in TEST_F()
129 auto response = CallMethod(call.get()); in TEST_F()
155 std::unique_ptr<dbus::MethodCall> call = CreateMethodCall(kGetKeyInfo); in TEST_F() local
[all …]
/system/vold/bench/
Dbenchgen.py35 def __init__(self, thread, time, call, args, ret): argument
38 self.call = call
43 return "%s(%s)=%s" % (self.call, repr(self.args), self.ret)
119 time, call, args, ret = line.groups() variable
120 if call not in interesting: continue
125 events.append(Event(thread, time, call, args, ret))
179 if e.call == "openat":
193 elif e.call == "close":
199 elif e.call == "lseek":
204 elif e.call == "_llseek":
[all …]
/system/ca-certificates/
DAndroid.mk16 LOCAL_PATH := $(call my-dir)
44 cacerts := $(call all-files-under,files)
47 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,target-cace…
56 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,host-cacert…
62 include $(call all-makefiles-under,$(LOCAL_PATH))
/system/ca-certificates/google/
DAndroid.mk16 LOCAL_PATH := $(call my-dir)
18 cacerts_google := $(call all-files-under,files)
21 $(foreach cacert, $(cacerts_google), $(eval $(call include-prebuilt-with-destination-directory,targ…
30 $(foreach cacert, $(cacerts_google), $(eval $(call include-prebuilt-with-destination-directory,host…
/system/extras/simpleperf/
DAndroid.mk16 LOCAL_PATH := $(call my-dir)
187 $(call dist-for-goals,sdk,$(ALL_MODULES.simpleperf.BUILT))
189 $(call dist-for-goals,sdk,$(ALL_MODULES.simpleperf$(TARGET_2ND_ARCH_MODULE_SUFFIX).BUILT))
211 $(call dist-for-goals,sdk,$(ALL_MODULES.simpleperf_host.BUILT):simpleperf_host)
213 $(call dist-for-goals,sdk,$(ALL_MODULES.simpleperf_host$(HOST_2ND_ARCH_MODULE_SUFFIX).BUILT):simple…
215 $(call dist-for-goals,win_sdk,$(ALL_MODULES.host_cross_simpleperf_host.BUILT))
217 $(call dist-for-goals,win_sdk,$(ALL_MODULES.host_cross_simpleperf_host$(HOST_CROSS_2ND_ARCH_MODULE_…
241 $(call dist-for-goals,sdk,$(ALL_MODULES.libsimpleperf_report.BUILT))
243 $(call dist-for-goals,sdk,$(ALL_MODULES.libsimpleperf_report$(HOST_2ND_ARCH_MODULE_SUFFIX).BUILT):l…
245 $(call dist-for-goals,win_sdk,$(ALL_MODULES.host_cross_libsimpleperf_report.BUILT):libsimpleperf_re…
[all …]
/system/libhidl/transport/token/1.0/
DAndroid.mk3 LOCAL_PATH := $(call my-dir)
11 intermediates := $(call local-generated-sources-dir, COMMON)
45 intermediates := $(call local-generated-sources-dir, COMMON)
74 include $(call all-makefiles-under,$(LOCAL_PATH))
/system/extras/tests/lib/
DAndroid.mk17 LOCAL_PATH:= $(call my-dir)
18 include $(call all-subdir-makefiles)
/system/tools/hidl/test/vendor/
DAndroid.mk14 LOCAL_PATH:= $(call my-dir)
16 include $(call all-makefiles-under,$(LOCAL_PATH))
/system/extras/perfprofd/
DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
3 include $(call first-makefiles-under,$(LOCAL_PATH))
/system/nfc/halimpl/
DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
2 include $(call all-makefiles-under,$(LOCAL_PATH))
/system/nvram/
DAndroid.mk17 LOCAL_PATH := $(call my-dir)
18 include $(call all-makefiles-under,$(LOCAL_PATH))
/system/extras/brillo_config/
DAndroid.mk28 LOADED_BRILLO_PRODUCT_ID := $(call cfgtree-get-if-exists,brillo/product_id)
46 LOADED_BRILLO_SYSTEM_ID := $(call cfgtree-get-if-exists,brillo/system_id)
65 BRILLO_PRODUCT_VERSION := $(call cfgtree-get-if-exists,brillo/product_version)
94 BRILLO_SYSTEM_VERSION := $(call cfgtree-get-if-exists,brillo/system_version)
/system/extras/verity/fec/tests/
Dfec.py45 if subprocess.call([ "fec", "--roots= " + str(roots), image, fec ]) != 0:
49 return subprocess.call([ "fec", "--decode", image, fec, output ])
52 return subprocess.call([ "cmp", "-s", a, b ])
56 if subprocess.call([ "simg2img", image, output]) != 0:
/system/tools/hidl/test/
DCleanSpec.mk46 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/nativetest64/hidl_test*)
47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/nativetest/hidl_test*)
/system/core/cpio/
DAndroid.mk3 LOCAL_PATH:= $(call my-dir)
17 $(call dist-for-goals,dist_files,$(LOCAL_BUILT_MODULE))
/system/extras/
DCleanSpec.mk47 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system.img $(PRODUCT_OUT)/userdata.img)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/taskstats_intermediates)
/system/core/libutils/
DCleanSpec.mk50 $(call add-clean-step, rm -rf $(HOST_OUT)/obj/STATIC_LIBRARIES/libutils_intermediates/import_includ…
51 $(call add-clean-step, rm -rf $(HOST_OUT)/obj/STATIC_LIBRARIES/lib64utils_intermediates/import_incl…
/system/bt/
DCleanSpec.mk48 $(call add-clean-step, find $(OUT_DIR) -type f -iname "*blue*" -print0 | xargs -0 rm -f)
49 $(call add-clean-step, find $(OUT_DIR) -type f -iname "*bdroid*" -print0 | xargs -0 rm -f)
/system/libhidl/
DCleanSpec.mk47 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/bin/hw/android.hidl.memory@1.0-service)
48 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/etc/init/android.hidl.memory@1.0-service.rc)
/system/extras/simpleperf/scripts/
DAndroid.mk16 LOCAL_PATH := $(call my-dir)
30 $(call dist-for-goals,sdk,$(HOST_OUT_EXECUTABLES)/simpleperf_script.zip)

1234567891011