Searched defs:screenshot_path (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp638 static void dumpstate(const std::string& screenshot_path, const std::string& version) { argument
675 if (!screenshot_path.empty()) {
677 take_screenshot(screenshot_path);
678 MYLOGI("wrote screenshot: %s\n", screenshot_path.c_str());
1147 std::string screenshot_path; local
1177 // screenshot_path = GetPath(".png");
1178 screenshot_path = bugreport_dir + "/" + base_name + "-" + suffix + ".png";
1191 log_path.c_str(), tmp_path.c_str(), screenshot_path.c_str());
1236 if (screenshot_path.empty()) {
1241 take_screenshot(screenshot_path);
[all...]

Completed in 173 milliseconds