Searched refs:screenshot_path_ (Results 1 – 3 of 3) sorted by relevance
267 dprintf(fd, "screenshot_path: %s\n", ds_->screenshot_path_.c_str()); in dump()
514 std::string screenshot_path_; variable
765 bool copy_succeeded = android::os::CopyFileToFd(ds.screenshot_path_, in onReportApproved()769 android::os::UnlinkAndLogOnError(ds.screenshot_path_); in onReportApproved()2833 ds.screenshot_path_ = ds.GetPath(ds.CalledByApi() ? "-png.tmp" : ".png"); in PrepareToWriteToFile()2849 ds.tmp_path_.c_str(), ds.screenshot_path_.c_str()); in PrepareToWriteToFile()3635 android::os::UnlinkAndLogOnError(screenshot_path_); in CleanupTmpFiles()3720 copy_succeeded = android::os::CopyFileToFd(screenshot_path_, in CopyBugreportIfUserConsented()3724 android::os::UnlinkAndLogOnError(screenshot_path_); in CopyBugreportIfUserConsented()4627 const std::string& real_path = path.empty() ? screenshot_path_ : path; in TakeScreenshot()