Searched refs:libc (Results 1 – 14 of 14) sorted by relevance
/art/tools/ |
D | public.libraries.buildbot.txt | 2 libc.so 3 libc++.so
|
D | dt_fds_forward.py | 43 libc = ctypes.cdll.LoadLibrary("libc.so.6") variable 48 return libc.eventfd(init_val, flags)
|
/art/sigchainlib/ |
D | sigchain_test.cc | 212 #error Unknown libc in TEST_F() 214 void* libc = dlopen(kLibcSoName, RTLD_LAZY | RTLD_NOLOAD); in TEST_F() local 215 ASSERT_TRUE(libc); in TEST_F()
|
D | sigchain.cc | 111 #error unsupported libc: not bionic or glibc? in lookup_libc_symbol() 114 static void* libc = []() { in lookup_libc_symbol() local 122 void* sym = dlsym(libc, name); // NOLINT glibc triggers cert-dcl16-c with RTLD_NEXT. in lookup_libc_symbol()
|
/art/build/apex/ |
D | ld.config.txt | 96 # /system/lib/libc.so, etc are symlinks to 97 # /apex/com.android.runtime/lib/bionic/libc.so, etc. Add the path to the 102 # then the latter is never tried because libc.so is always found in 132 namespace.conscrypt.link.system.shared_libs = libc.so 154 namespace.neuralnetworks.link.system.shared_libs = libc.so 176 namespace.adbd.link.system.shared_libs = libc.so
|
D | Android.bp | 58 "libc",
|
/art/tools/veridex/ |
D | Android.bp | 39 stl: "libc++_static",
|
/art/benchmark/ |
D | Android.bp | 56 stl: "libc++_static",
|
/art/tools/jvmti-agents/simple-force-redefine/ |
D | Android.bp | 38 stl: "libc++_static",
|
/art/libnativeloader/ |
D | Android.bp | 112 "libc",
|
D | README.md | 8 app-provided JNI libraries or public native libraries like `libc.so` provided
|
/art/libartbase/ |
D | Android.bp | 236 whole_static_libs: ["libc++fs"], 239 static_libs: ["libc++fs"],
|
/art/ |
D | Android.mk | 487 lib/bootstrap/libc.so \ 491 lib64/bootstrap/libc.so \ 650 standalone-apex-files: libc.bootstrap \ 730 libc.bootstrap libdl.bootstrap libdl_android.bootstrap libm.bootstrap \
|
/art/test/etc/ |
D | run-test-jar | 1099 PUBLIC_LIBS=libc++.so:libbacktrace.so:libbase.so:libnativehelper.so
|