Home
last modified time | relevance | path

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

/system/core/debuggerd/
Ddebuggerd_test.cpp2559 struct stat proto_file_st; in TEST() local
2561 ASSERT_EQ(0, stat(proto_path.c_str(), &proto_file_st)); in TEST()
2563 ASSERT_EQ(proto_fd_st.st_dev, proto_file_st.st_dev); in TEST()
2564 ASSERT_EQ(proto_fd_st.st_ino, proto_file_st.st_ino); in TEST()