OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoadSharedLibrary
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
malloc_common.cpp
382
static void*
LoadSharedLibrary
(const char* shared_lib, const char* prefix, MallocDispatch* dispatch_table) {
436
void* impl_handle =
LoadSharedLibrary
(shared_lib, prefix, &dispatch_table);
/frameworks/base/libs/androidfw/tests/
LoadedArsc_test.cpp
93
TEST(LoadedArscTest,
LoadSharedLibrary
) {
Completed in 746 milliseconds