Searched refs:tombstone_file (Results 1 – 1 of 1) sorted by relevance
2503 void CheckForTombstone(const struct stat& text_st, std::optional<std::string>& tombstone_file) { in CheckForTombstone() argument2520 tombstone_file = path; in CheckForTombstone()2540 std::optional<std::string> tombstone_file; in TEST() local2546 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()