Home
last modified time | relevance | path

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

/system/core/debuggerd/
Ddebuggerd_test.cpp2503 void CheckForTombstone(const struct stat& text_st, std::optional<std::string>& tombstone_file) { in CheckForTombstone() argument
2520 tombstone_file = path; in CheckForTombstone()
2540 std::optional<std::string> tombstone_file; in TEST() local
2546 CheckForTombstone(text_st, tombstone_file); in TEST()
2547 if (tombstone_file) { in TEST()
2555 ASSERT_TRUE(tombstone_file) << "Timed out trying to find tombstone file."; in TEST()
2556 std::string proto_path = tombstone_file.value() + ".pb"; in TEST()