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

  /bionic/tests/
dlext_test.cpp 728 void* handle_public = dlopen(lib_public_path.c_str(), RTLD_NOW); local
729 ASSERT_TRUE(handle_public != nullptr) << dlerror();
734 dlclose(handle_public);
735 handle_public = dlopen(lib_public_path.c_str(), RTLD_NOW | RTLD_NOLOAD);
736 ASSERT_TRUE(handle_public == nullptr);
740 handle_public = dlopen(lib_public_path.c_str(), RTLD_NOW);
777 ASSERT_TRUE(handle == handle_public);
782 dlclose(handle_public);
784 handle_public = dlopen(lib_public_path.c_str(), RTLD_NOW | RTLD_NOLOAD);
785 ASSERT_TRUE(handle_public == nullptr)
1319 void* handle_public = dlopen(lib_public_path.c_str(), RTLD_NOW); local
1449 void* handle_public = android_dlopen_ext(lib_public_path.c_str(), RTLD_NOW, &extinfo); local
1687 void* handle_public = dlopen(lib_public_path.c_str(), RTLD_NOW); local
1942 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...]
  /external/googletest/googlemock/scripts/generator/cpp/
ast.py 1314 def handle_public(self): member in class:AstBuilder
    [all...]

Completed in 88 milliseconds