Home
last modified time | relevance | path

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

/system/core/debuggerd/
Ddebuggerd_test.cpp2528 unique_fd tombstoned_socket, text_fd, proto_fd; in TEST() local
2530 tombstoned_connect(self, &tombstoned_socket, &text_fd, &proto_fd, kDebuggerdTombstoneProto)); in TEST()
2534 ASSERT_NE(-1, text_fd.get()); in TEST()
2538 ASSERT_EQ(0, fstat(text_fd.get(), &text_st)); in TEST()
2576 unique_fd tombstoned_socket, text_fd, proto_fd; in TEST() local
2578 tombstoned_connect(self, &tombstoned_socket, &text_fd, &proto_fd, kDebuggerdTombstoneProto)); in TEST()
2579 ASSERT_TRUE(android::base::WriteStringToFd("foo", text_fd.get())); in TEST()
2582 text_fd.reset(); in TEST()