Home | History | Annotate | Download | only in dumpstate

Lines Matching refs:real_path

1122     const std::string& real_path = path.empty() ? screenshot_path_ : path;
1124 RunCommand("", {"/system/bin/screencap", "-p", real_path},
1127 MYLOGD("Screenshot saved on %s\n", real_path.c_str());
1129 MYLOGE("Failed to take screenshot on %s\n", real_path.c_str());