Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp222 static bool CopyFileToFd(const std::string& input_file, int out_fd) { in CopyFileToFd() function
2794 bool copy_succeeded = android::os::CopyFileToFd(screenshot_path_, in RunInternal()
2909 bool copy_succeeded = android::os::CopyFileToFd(path_, options_->bugreport_fd.get()); in CopyBugreportIfUserConsented()