Searched refs:CopyFileToFd (Results 1 – 1 of 1) sorted by relevance
266 static bool CopyFileToFd(const std::string& input_file, int out_fd) { in CopyFileToFd() function333 return CopyFileToFd(input_file, out_fd.get()); in CopyFileToFile()746 bool copy_succeeded = android::os::CopyFileToFd(ds.screenshot_path_, in onReportApproved()2531 android::os::CopyFileToFd(ds.path_, ds.control_socket_fd_); in FinalizeFile()3189 bool copy_succeeded = android::os::CopyFileToFd(path_, options_->bugreport_fd.get()); in CopyBugreportIfUserConsented()3195 copy_succeeded = android::os::CopyFileToFd(screenshot_path_, in CopyBugreportIfUserConsented()