Home
last modified time | relevance | path

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

/bionic/tests/
Ddlext_test.cpp106 const std::string lib_path = std::string(getenv("ANDROID_DATA")) + LIBPATH; in TEST_F() local
110 extinfo.library_fd = TEMP_FAILURE_RETRY(open(lib_path.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F()
112 handle_ = android_dlopen_ext(lib_path.c_str(), RTLD_NOW, &extinfo); in TEST_F()
120 const std::string lib_path = std::string(getenv("ANDROID_DATA")) + LIBZIPPATH; in TEST_F() local
124 extinfo.library_fd = TEMP_FAILURE_RETRY(open(lib_path.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F()
127 handle_ = android_dlopen_ext(lib_path.c_str(), RTLD_NOW, &extinfo); in TEST_F()
136 const std::string lib_path = std::string(getenv("ANDROID_DATA")) + LIBZIPPATH; in TEST_F() local
139 ASSERT_TRUE(realpath(lib_path.c_str(), lib_realpath_buf) == lib_realpath_buf); in TEST_F()
144 extinfo.library_fd = TEMP_FAILURE_RETRY(open(lib_path.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F()
215 const std::string lib_path = std::string(getenv("ANDROID_DATA")) + LIBZIPPATH; in TEST() local
[all …]