Home
last modified time | relevance | path

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

/aosp14/system/core/debuggerd/
H A Ddebuggerd_test.cpp2404 std::string art_so_name = android::base::Dirname(tmp_so_name) + "/libart.so"; in TEST_F() local
2405 ASSERT_EQ(0, rename(tmp_so_name.c_str(), art_so_name.c_str())); in TEST_F()
2406 void* handle = dlopen(art_so_name.c_str(), RTLD_NOW | RTLD_LOCAL); in TEST_F()