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

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.c44 static char screenshot_path[PATH_MAX] = ""; variable
162 if (screenshot_path[0]) {
164 run_command(NULL, 5, SU_PATH, "root", "screenshot", screenshot_path, NULL);
165 ALOGI("wrote screenshot: %s\n", screenshot_path);
435 strlcpy(screenshot_path, path, sizeof(screenshot_path));
436 strlcat(screenshot_path, ".png", sizeof(screenshot_path));

Completed in 44 milliseconds