Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/dumpstate/
H A DDumpstateService.cpp198 dprintf(fd, "screenshot_path: %s\n", ds_->screenshot_path_.c_str()); in dump()
H A Ddumpstate.cpp746 bool copy_succeeded = android::os::CopyFileToFd(ds.screenshot_path_, in onReportApproved()
750 android::os::UnlinkAndLogOnError(ds.screenshot_path_); in onReportApproved()
2483 ds.screenshot_path_ = ds.GetPath(ds.CalledByApi() ? "-png.tmp" : ".png"); in PrepareToWriteToFile()
2499 ds.tmp_path_.c_str(), ds.screenshot_path_.c_str()); in PrepareToWriteToFile()
3110 android::os::UnlinkAndLogOnError(screenshot_path_); in CleanupTmpFiles()
3195 copy_succeeded = android::os::CopyFileToFd(screenshot_path_, in CopyBugreportIfUserConsented()
3199 android::os::UnlinkAndLogOnError(screenshot_path_); in CopyBugreportIfUserConsented()
4056 const std::string& real_path = path.empty() ? screenshot_path_ : path; in TakeScreenshot()
H A Ddumpstate.h499 std::string screenshot_path_; variable