Lines Matching refs:that
15 a number to make it unique) that is associated with the given classloader, and
16 tries to load the requested library from that namespace. The actual searching,
20 associated with the classloader that loaded the APK. The linker namespace is
21 configured so that only the JNI libraries embedded in the APK is accessible
28 public native libraries that is listed in `/system/etc/public.libraries.txt`
43 - `/vendor/etc/public.libraries.txt`: libraries in `/vendor/lib` that are
46 `/{system|product}/lib` that a device manufacturer has newly added. The
50 Note that, due to the naming constraint requiring `.<companyname>.so` suffix, it
72 is a manager-like entity that is responsible for creating and configuring
76 `native_loader_namespace.cpp` implements the class `NativeLoaderNamespace` that
78 dynamic linker interface so that other parts of this library do not have to know