Home | History | Annotate | Download | only in dumpstate

Lines Matching full:new_screenshot_path

1407                 std::string new_screenshot_path =
1409 if (rename(screenshot_path.c_str(), new_screenshot_path.c_str())) {
1411 new_screenshot_path.c_str(), strerror(errno));
1413 screenshot_path = new_screenshot_path;