Home
last modified time | relevance | path

Searched refs:apex (Results 1 – 7 of 7) sorted by relevance

/bionic/libdl/
Dlibdl_android.map.txt19 android_create_namespace; # apex
20 android_dlwarning; # apex
21 android_get_LD_LIBRARY_PATH; # apex
23 android_get_exported_namespace; # apex
24 android_init_anonymous_namespace; # apex
25 android_link_namespaces; # apex
26 android_set_application_target_sdk_version; # apex
/bionic/linker/
Dlinker_translate_path.cpp34 #define APEX_LIB(apex, name) \ argument
35 { "/system/lib64/" name, "/apex/" apex "/lib64/" name }
37 #define APEX_LIB(apex, name) \ argument
38 { "/system/lib/" name, "/apex/" apex "/lib/" name }
/bionic/tools/versioner/platforms/
Dlibc.map.txt1468 __system_properties_init; # apex
1471 malloc_backtrace; # apex llndk
1472 malloc_disable; # apex llndk
1473 malloc_enable; # apex llndk
1474 malloc_iterate; # apex llndk
1477 android_getaddrinfofornet; # apex
1480 android_mallopt; # apex
1523 __aeabi_unwind_cpp_pr0; # apex llndk arm
1524 __aeabi_unwind_cpp_pr1; # apex llndk arm
1525 __aeabi_unwind_cpp_pr2; # apex llndk arm
[all …]
/bionic/libc/
Dlibc.map.txt1468 __system_properties_init; # apex
1471 malloc_backtrace; # apex llndk
1472 malloc_disable; # apex llndk
1473 malloc_enable; # apex llndk
1474 malloc_iterate; # apex llndk
1477 android_getaddrinfofornet; # apex
1480 android_mallopt; # apex
1523 __aeabi_unwind_cpp_pr0; # apex llndk arm
1524 __aeabi_unwind_cpp_pr1; # apex llndk arm
1525 __aeabi_unwind_cpp_pr2; # apex llndk arm
[all …]
/bionic/benchmarks/linker_relocation/
Dgen_bench.sh70 -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 \
/bionic/apex/
DAndroid.bp4 // It keeps the name /apex/com.android.runtime for app compat reasons.
17 apex {
/bionic/
DCleanSpec.mk62 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/apex/com.android.runtime/lib{,64})