Searched refs:screenshot_path_ (Results 1 – 3 of 3) sorted by relevance
177 dprintf(fd, "screenshot_path: %s\n", ds_->screenshot_path_.c_str()); in dump()
695 bool copy_succeeded = android::os::CopyFileToFd(ds.screenshot_path_, in onReportApproved()699 android::os::UnlinkAndLogOnError(ds.screenshot_path_); in onReportApproved()2250 ds.screenshot_path_ = ds.GetPath(ds.CalledByApi() ? "-png.tmp" : ".png"); in PrepareToWriteToFile()2266 ds.tmp_path_.c_str(), ds.screenshot_path_.c_str()); in PrepareToWriteToFile()2870 android::os::UnlinkAndLogOnError(screenshot_path_); in CleanupTmpFiles()2916 copy_succeeded = android::os::CopyFileToFd(screenshot_path_, in CopyBugreportIfUserConsented()2920 android::os::UnlinkAndLogOnError(screenshot_path_); in CopyBugreportIfUserConsented()3777 const std::string& real_path = path.empty() ? screenshot_path_ : path; in TakeScreenshot()
476 std::string screenshot_path_; variable