Home
last modified time | relevance | path

Searched refs:screenshot_path (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
Ddumpstate.c44 static char screenshot_path[PATH_MAX] = ""; variable
159 if (screenshot_path[0]) { in dumpstate()
161 run_command(NULL, 5, SU_PATH, "root", "screenshot", screenshot_path, NULL); in dumpstate()
162 ALOGI("wrote screenshot: %s\n", screenshot_path); in dumpstate()
413 strlcpy(screenshot_path, path, sizeof(screenshot_path)); in main()
414 strlcat(screenshot_path, ".png", sizeof(screenshot_path)); in main()