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

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp1328 std::string new_screenshot_path = local
1330 if (rename(screenshot_path.c_str(), new_screenshot_path.c_str())) {
1332 new_screenshot_path.c_str(), strerror(errno));
1334 screenshot_path = new_screenshot_path;

Completed in 98 milliseconds