HomeSort by relevance Sort by last modified time
    Searched full:handle_public (Results 1 - 2 of 2) sorted by null

  /bionic/tests/
dlext_test.cpp 636 void* handle_public = dlopen(lib_public_path.c_str(), RTLD_NOW); local
637 ASSERT_TRUE(handle_public != nullptr) << dlerror();
642 dlclose(handle_public);
643 handle_public = dlopen((lib_path + "/public_namespace_libs/" + g_public_lib).c_str(),
646 ASSERT_TRUE(handle_public != nullptr) << dlerror();
683 ASSERT_TRUE(handle == handle_public);
749 void* handle_public = dlopen(lib_public_path.c_str(), RTLD_NOW); local
750 ASSERT_TRUE(handle_public != nullptr) << dlerror();
856 void* handle_public = dlopen(lib_public_path.c_str(), RTLD_NOW); local
857 ASSERT_TRUE(handle_public != nullptr) << dlerror()
1022 void* handle_public = dlopen(lib_public_path.c_str(), RTLD_NOW); local
1110 void* handle_public = dlopen(lib_public_path.c_str(), RTLD_NOW); local
    [all...]
  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py 1301 def handle_public(self): member in class:AstBuilder
    [all...]

Completed in 3751 milliseconds