Searched refs:out_fd (Results 1 – 3 of 3) sorted by relevance
56 bool GetIntercept(pid_t pid, DebuggerdDumpType dump_type, android::base::unique_fd* out_fd);
208 android::base::unique_fd* out_fd) { in GetIntercept() argument231 *out_fd = std::move(intercept->output_fd); in GetIntercept()
1997 static void CreateEmbeddedLibrary(int out_fd) { in CreateEmbeddedLibrary() argument2007 ASSERT_EQ(lseek(out_fd, 4 * getpagesize(), SEEK_CUR), 4 * getpagesize()); in CreateEmbeddedLibrary()2008 ASSERT_EQ(static_cast<size_t>(write(out_fd, contents.data(), contents.size())), contents.size()); in CreateEmbeddedLibrary()