Home
last modified time | relevance | path

Searched refs:text_st (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
2519 if (st.st_dev == text_st.st_dev && st.st_ino == text_st.st_ino) { in CheckForTombstone()
2537 struct stat text_st; in TEST() local
2538 ASSERT_EQ(0, fstat(text_fd.get(), &text_st)); in TEST()
2546 CheckForTombstone(text_st, tombstone_file); in TEST()