Home
last modified time | relevance | path

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

12345678910>>...13

/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)
123 build_vendor_policy = $(call build_policy, $(1), $(PLAT_VENDOR_POLICY) $(BOARD_VENDOR_SEPOLICY_DIRS…
126 build_odm_policy = $(call build_policy, $(1), $(BOARD_ODM_SEPOLICY_DIRS))
284 $(sepolicy_policy.conf): $(call build_policy, $(sepolicy_build_files), \
318 $(reqd_policy_mask.conf): $(call build_policy, $(sepolicy_build_files), $(REQD_MASK_POLICY))
346 $(plat_pub_policy.conf): $(call build_policy, $(sepolicy_build_files), \
396 $(plat_policy.conf): $(call build_policy, $(sepolicy_build_files), \
402 $(call build_policy, $(sepolicy_build_cil_workaround_files), $(PLAT_PRIVATE_POLICY))
406 $(call build_policy, $(sepolicy_build_cil_workaround_files), $(PLAT_PRIVATE_POLICY)) \
548 $(vendor_policy.conf): $(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)
[all …]
/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))
187 if e.call == "openat":
201 elif e.call == "close":
207 elif e.call == "lseek":
212 elif e.call == "_llseek":
[all …]
/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*)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/tests.vendor*)
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/vndk/tests.vendor*)
/system/extras/simpleperf/
DAndroid.mk16 LOCAL_PATH := $(call my-dir)
191 $(call dist-for-goals,sdk,$(ALL_MODULES.simpleperf.BUILT))
193 $(call dist-for-goals,sdk,$(ALL_MODULES.simpleperf$(TARGET_2ND_ARCH_MODULE_SUFFIX).BUILT))
215 $(call dist-for-goals,sdk,$(ALL_MODULES.simpleperf_host.BUILT):simpleperf_host)
217 $(call dist-for-goals,sdk,$(ALL_MODULES.simpleperf_host$(HOST_2ND_ARCH_MODULE_SUFFIX).BUILT):simple…
219 $(call dist-for-goals,win_sdk,$(ALL_MODULES.host_cross_simpleperf_host.BUILT))
221 $(call dist-for-goals,win_sdk,$(ALL_MODULES.host_cross_simpleperf_host$(HOST_CROSS_2ND_ARCH_MODULE_…
308 $(call dist-for-goals,sdk,$(ALL_MODULES.libsimpleperf_report.BUILT))
310 $(call dist-for-goals,sdk,$(ALL_MODULES.libsimpleperf_report$(HOST_2ND_ARCH_MODULE_SUFFIX).BUILT):l…
312 $(call dist-for-goals,win_sdk,$(ALL_MODULES.host_cross_libsimpleperf_report.BUILT):libsimpleperf_re…
[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/wfa_certs/
DAndroid.mk16 LOCAL_PATH := $(call my-dir)
18 cacerts_wfa := $(call all-files-under,files)
22 $(foreach cacert, $(cacerts_wfa), $(eval $(call include-prebuilt-with-destination-directory,target-…
31 $(foreach cacert, $(cacerts_wfa), $(eval $(call include-prebuilt-with-destination-directory,host-ca…
/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/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)
51 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/hw/android.hidl.memory@1.0-impl.so)
/system/timezone/tzlookup_generator/
DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
23 LOCAL_SRC_FILES := $(call all-proto-files-under, src/main/proto)
32 LOCAL_SRC_FILES := $(call all-java-files-under, src/main/java)
/system/core/rootdir/
DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
174 llndk_libraries := $(call normalize-path-list,$(addsuffix .so,\
176 private_llndk_libraries := $(call normalize-path-list,$(addsuffix .so,\
178 vndk_sameprocess_libraries := $(call normalize-path-list,$(addsuffix .so,\
180 vndk_core_libraries := $(call normalize-path-list,$(addsuffix .so,\
182 sanitizer_runtime_libraries := $(call normalize-path-list,$(addsuffix .so,\
260 LOCAL_MODULE_STEM := $(call append_vndk_version,$(LOCAL_MODULE))
262 $(eval $(call update_and_install_ld_config,\
272 $(eval $(call update_and_install_ld_config,\
301 $(eval $(call update_and_install_ld_config,\
[all …]
/system/extras/boottime_tools/bootio/
DAndroid.mk17 LOCAL_PATH := $(call my-dir)
38 $(call local-generated-sources-dir)/proto/$(LOCAL_PATH)
51 $(call bootio_proto_include) \
/system/libufdt/
DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
16 include $(call first-makefiles-under, $(LOCAL_PATH))
/system/timezone/output_data/
DAndroid.mk1 LOCAL_PATH := $(call my-dir)
3 include $(call all-makefiles-under,$(LOCAL_PATH))
/system/timezone/
DAndroid.mk1 LOCAL_PATH := $(call my-dir)
3 include $(call all-makefiles-under,$(LOCAL_PATH))
/system/extras/boottime_tools/bootanalyze/
DAndroid.mk17 LOCAL_PATH := $(call my-dir)
20 include $(call all-makefiles-under,$(LOCAL_PATH))
/system/core/logcat/
DAndroid.mk3 LOCAL_PATH := $(call my-dir)
5 include $(call first-makefiles-under,$(LOCAL_PATH))
/system/nvram/
DAndroid.mk17 LOCAL_PATH := $(call my-dir)
18 include $(call all-makefiles-under,$(LOCAL_PATH))
/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)

12345678910>>...13