Searched refs:new_screenshot_path (Results 1 – 1 of 1) sorted by relevance
2198 std::string new_screenshot_path = ds.GetPath(".png"); in FinalizeFile() local2199 if (rename(ds.screenshot_path_.c_str(), new_screenshot_path.c_str())) { in FinalizeFile()2201 new_screenshot_path.c_str(), strerror(errno)); in FinalizeFile()2203 ds.screenshot_path_ = new_screenshot_path; in FinalizeFile()