HomeSort by relevance Sort by last modified time
    Searched refs:screenshot_path (Results 1 - 2 of 2) sorted by null

  /frameworks/native/cmds/dumpstate/
dumpstate.c 44 static char screenshot_path[PATH_MAX] = ""; variable
159 if (screenshot_path[0]) {
161 run_command(NULL, 5, SU_PATH, "root", "screenshot", screenshot_path, NULL);
162 ALOGI("wrote screenshot: %s\n", screenshot_path);
413 strlcpy(screenshot_path, path, sizeof(screenshot_path));
414 strlcat(screenshot_path, ".png", sizeof(screenshot_path));
  /external/chromium/chrome/browser/ui/webui/
bug_report_ui.cc 630 std::string screenshot_path; local
631 (*i)->GetAsString(&screenshot_path);
632 screenshot_path.erase(0, strlen(kScreenshotBaseUrl));
636 if (!screenshot_path.empty())
637 image = screenshot_source_->GetScreenshot(screenshot_path);

Completed in 66 milliseconds