Searched refs:apex (Results 1 – 9 of 9) sorted by relevance
19 android_create_namespace; # apex20 android_dlwarning; # apex21 android_get_LD_LIBRARY_PATH; # apex23 android_get_exported_namespace; # apex24 android_init_anonymous_namespace; # apex25 android_link_namespaces; # apex26 android_set_application_target_sdk_version; # apex
34 #define APEX_LIB(apex, name) \ argument35 { "/system/lib64/" name, "/apex/" apex "/lib64/" name }37 #define APEX_LIB(apex, name) \ argument38 { "/system/lib/" name, "/apex/" apex "/lib/" name }
56 $OUT/symbols/apex/com.android.runtime/lib64/bionic/libc.so \57 --object=$OUT/symbols/apex/com.android.runtime/lib64/bionic/libm.so \59 --object=$OUT/symbols/apex/com.android.runtime/lib/bionic/libc.so \60 --object=$OUT/symbols/apex/com.android.runtime/lib/bionic/libm.so \
70 -L $work_dir/SYSTEM/system_ext/apex/com.android.art.debug/lib64 \71 -L $work_dir/SYSTEM/system_ext/apex/com.android.runtime/lib64/bionic \
4 // It keeps the name /apex/com.android.runtime for app compat reasons.32 apex {
62 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/apex/com.android.runtime/lib{,64})
1466 __system_properties_init; # apex1469 malloc_backtrace; # apex llndk1470 malloc_disable; # apex llndk1471 malloc_enable; # apex llndk1472 malloc_iterate; # apex llndk1475 android_getaddrinfofornet; # apex1478 android_mallopt; # apex llndk1608 __system_properties_zygote_reload; # apex
1724 // needed for the runtime apex, and in base_system.mk.1725 visibility: ["//bionic/apex"],