Searched defs:match_str (Results 1 – 1 of 1) sorted by relevance
/aosp14/system/core/debuggerd/ |
H A D | debuggerd_test.cpp | 2043 std::string match_str = android::base::StringPrintf("%s\\!libcrash_test.so \\(offset 0x%x\\)", in TEST_F() local 2093 std::string match_str = "NOTE: " + tmp_so_name; in TEST_F() local 2249 std::string match_str = android::base::StringPrintf( in TEST_F() local 2278 std::string match_str = R"(signal 11 \(SIGSEGV\), code 1 \(SEGV_MAPERR\), fault addr 0x)"; in TEST_F() local 2326 std::string match_str = R"(signal 11 \(SIGSEGV\), code 1 \(SEGV_MAPERR\), fault addr 0x)"; in TEST_F() local 2364 std::string match_str = R"(signal 11 \(SIGSEGV\), code 2 \(SEGV_ACCERR\), fault addr 0x)"; in TEST_F() local 2553 std::string match_str; in TEST_F() local 2606 std::string match_str = android::base::StringPrintf( in TEST_F() local 2659 std::string match_str = android::base::StringPrintf("pid: %d, tid: %d, name: .* >>> .* <<<\\n", in TEST_F() local
|