Searched refs:real_path (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Dutils.cpp1211 const std::string& real_path = path.empty() ? screenshot_path_ : path; local
1213 RunCommand("", {"/system/bin/screencap", "-p", real_path},
1216 MYLOGD("Screenshot saved on %s\n", real_path.c_str());
1218 MYLOGE("Failed to take screenshot on %s\n", real_path.c_str());

Completed in 27 milliseconds