Home
last modified time | relevance | path

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

/aosp14/system/core/debuggerd/
H A Ddebuggerd_test.cpp1987 std::string test_lib(testing::internal::GetArgvs()[0]); in GetTestLibraryPath() local
1988 auto const value = test_lib.find_last_of('/'); in GetTestLibraryPath()
1990 test_lib = "./"; in GetTestLibraryPath()
1992 test_lib = test_lib.substr(0, value + 1) + "./"; in GetTestLibraryPath()
1994 return test_lib + "libcrash_test.so"; in GetTestLibraryPath()
1998 std::string test_lib(GetTestLibraryPath()); in CreateEmbeddedLibrary() local
1999 android::base::unique_fd fd(open(test_lib.c_str(), O_RDONLY | O_CLOEXEC)); in CreateEmbeddedLibrary()
2049 std::string test_lib(GetTestLibraryPath()); in CopySharedLibrary() local
2052 std::string cp_cmd = android::base::StringPrintf("cp %s %s", test_lib.c_str(), tmp_dir); in CopySharedLibrary()