Home
last modified time | relevance | path

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

/system/core/debuggerd/
Ddebuggerd_test.cpp2454 static bool CopySharedLibrary(const char* tmp_dir, std::string* tmp_so_name) { in CopySharedLibrary() argument
2457 *tmp_so_name = std::string(tmp_dir) + "/libcrash_test.so"; in CopySharedLibrary()
2467 std::string tmp_so_name; in TEST_F() local
2468 StartProcess([&tmp_so_name]() { in TEST_F()
2470 if (!CopySharedLibrary(td.path, &tmp_so_name)) { in TEST_F()
2473 void* handle = dlopen(tmp_so_name.c_str(), RTLD_NOW); in TEST_F()
2479 if (unlink(tmp_so_name.c_str()) == -1) { in TEST_F()
2499 std::string match_str = "NOTE: " + tmp_so_name; in TEST_F()
2820 std::string tmp_so_name; in TEST_F() local
2821 if (!CopySharedLibrary(td.path, &tmp_so_name)) { in TEST_F()
[all …]