Searched defs:match_str (Results 1 – 1 of 1) sorted by relevance
/system/core/debuggerd/ |
D | debuggerd_test.cpp | 2449 std::string match_str = android::base::StringPrintf("%s\\!libcrash_test.so \\(offset 0x%x\\)", in TEST_F() local 2499 std::string match_str = "NOTE: " + tmp_so_name; in TEST_F() local 2668 std::string match_str = android::base::StringPrintf( in TEST_F() local 2697 std::string match_str = R"(signal 11 \(SIGSEGV\), code 1 \(SEGV_MAPERR\), fault addr 0x)"; in TEST_F() local 2749 std::string match_str = R"(signal 11 \(SIGSEGV\), code 1 \(SEGV_MAPERR\), fault addr 0x)"; in TEST_F() local 2787 std::string match_str = R"(signal 11 \(SIGSEGV\), code 2 \(SEGV_ACCERR\), fault addr 0x)"; in TEST_F() local 2976 std::string match_str; in TEST_F() local 3033 std::string match_str = android::base::StringPrintf( in TEST_F() local 3086 std::string match_str = android::base::StringPrintf("pid: %d, tid: %d, name: .* >>> .* <<<\\n", in TEST_F() local
|