Searched refs:apex (Results 1 – 7 of 7) 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 }
1468 __system_properties_init; # apex1471 malloc_backtrace; # apex llndk1472 malloc_disable; # apex llndk1473 malloc_enable; # apex llndk1474 malloc_iterate; # apex llndk1477 android_getaddrinfofornet; # apex1480 android_mallopt; # apex1523 __aeabi_unwind_cpp_pr0; # apex llndk arm1524 __aeabi_unwind_cpp_pr1; # apex llndk arm1525 __aeabi_unwind_cpp_pr2; # apex llndk arm[all …]
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.17 apex {
62 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/apex/com.android.runtime/lib{,64})