Name Date Size #Lines LOC

..--

README.mdH A D25-Apr-2025452 117

anchor_functions.ccH A D25-Apr-20253 KiB8034

anchor_functions.hH A D25-Apr-20251,003 3317

anchor_functions.ldsH A D25-Apr-2025366 86

library_load_from_apk_status_codes.hH A D25-Apr-20251.8 KiB5019

library_loader_hooks.ccH A D25-Apr-20258.3 KiB255190

library_loader_hooks.hH A D25-Apr-20252.8 KiB7427

library_prefetcher.ccH A D25-Apr-202511.3 KiB334235

library_prefetcher.hH A D25-Apr-20252.4 KiB6727

library_prefetcher_unittest.ccH A D25-Apr-20251.4 KiB4732

README.md

1# //base/android/library_loader
2
3Native code is split between this directory and:
4 * [//third_party/android_crazy_linker](../../../third_party/android_crazy_linker/README.chromium)
5
6Java code lives at:
7 * [//base/android/java/src/org/chromium/base/library_loader/](../java/src/org/chromium/base/library_loader/)
8
9A high-level guide to native code on Android exists at:
10 * [//docs/android_native_libraries.md](../../../docs/android_native_libraries.md)
11