Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp2217 std::string new_screenshot_path = ds.GetPath(".png"); in run_main() local
2218 if (rename(ds.screenshot_path_.c_str(), new_screenshot_path.c_str())) { in run_main()
2220 new_screenshot_path.c_str(), strerror(errno)); in run_main()
2222 ds.screenshot_path_ = new_screenshot_path; in run_main()