Searched refs:text_st (Results 1 – 1 of 1) sorted by relevance
2108 struct stat text_st; in TEST() local2109 ASSERT_EQ(0, fstat(text_fd.get(), &text_st)); in TEST()2131 if (st.st_dev == text_st.st_dev && st.st_ino == text_st.st_ino) { in TEST()