Home
last modified time | relevance | path

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

/aosp14/system/core/debuggerd/
H A Ddebuggerd_test.cpp1627 std::string this_binary = android::base::GetExecutablePath(); in TEST_P() local
1628 const char* args[] = {this_binary.c_str(), "--gtest_also_run_disabled_tests", in TEST_P()
1636 execve(this_binary.c_str(), const_cast<char**>(args), const_cast<char**>(env)); in TEST_P()