Searched refs:text_st (Results 1 – 1 of 1) sorted by relevance
2503 void CheckForTombstone(const struct stat& text_st, std::optional<std::string>& tombstone_file) { in CheckForTombstone() argument2519 if (st.st_dev == text_st.st_dev && st.st_ino == text_st.st_ino) { in CheckForTombstone()2537 struct stat text_st; in TEST() local2538 ASSERT_EQ(0, fstat(text_fd.get(), &text_st)); in TEST()2546 CheckForTombstone(text_st, tombstone_file); in TEST()