Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp290 static bool CopyFileToFd(const std::string& input_file, int out_fd) { in CopyFileToFd() function
357 return CopyFileToFd(input_file, out_fd.get()); in CopyFileToFile()
769 bool copy_succeeded = android::os::CopyFileToFd(ds.screenshot_path_, in onReportApproved()
775 copy_succeeded = android::os::CopyFileToFd(DEFAULT_SCREENSHOT_PATH, in onReportApproved()
2905 android::os::CopyFileToFd(ds.path_, ds.control_socket_fd_); in FinalizeFile()
3148 android::os::CopyFileToFd(path_, options_->bugreport_fd.get()); in RetrieveInternal()
3740 bool copy_succeeded = android::os::CopyFileToFd(path_, options_->bugreport_fd.get()); in CopyBugreportIfUserConsented()
3746 bool is_screenshot_copied = android::os::CopyFileToFd(screenshot_path_, in CopyBugreportIfUserConsented()
3752 is_screenshot_copied = android::os::CopyFileToFd(DEFAULT_SCREENSHOT_PATH, in CopyBugreportIfUserConsented()