Home
last modified time | relevance | path

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

/hardware/google/av/codec2/tests/
DC2ComponentInterface_test.cpp683 const char* dlsym_error = dlerror(); in TEST_F() local
684 if (dlsym_error) { in TEST_F()
685 printf("Cannot load symbol create: %s.\n", dlsym_error); in TEST_F()
692 dlsym_error = dlerror(); in TEST_F()
693 if (dlsym_error) { in TEST_F()
694 printf("Cannot load symbol destroy: %s.\n", dlsym_error); in TEST_F()