Searched refs:screenshot_path_ (Results 1 – 3 of 3) sorted by relevance
198 dprintf(fd, "screenshot_path: %s\n", ds_->screenshot_path_.c_str()); in dump()
485 std::string screenshot_path_; variable
739 bool copy_succeeded = android::os::CopyFileToFd(ds.screenshot_path_, in onReportApproved()743 android::os::UnlinkAndLogOnError(ds.screenshot_path_); in onReportApproved()2597 ds.screenshot_path_ = ds.GetPath(ds.CalledByApi() ? "-png.tmp" : ".png"); in PrepareToWriteToFile()2613 ds.tmp_path_.c_str(), ds.screenshot_path_.c_str()); in PrepareToWriteToFile()3228 android::os::UnlinkAndLogOnError(screenshot_path_); in CleanupTmpFiles()3312 copy_succeeded = android::os::CopyFileToFd(screenshot_path_, in CopyBugreportIfUserConsented()3316 android::os::UnlinkAndLogOnError(screenshot_path_); in CopyBugreportIfUserConsented()4222 const std::string& real_path = path.empty() ? screenshot_path_ : path; in TakeScreenshot()