Lines Matching refs:savePath
137 auto savePath = "/data/local/tmp/layout_" + ts + ".json";
145 savePath = iter->second;
150 DumpLayoutImpl(savePath, listWindows, true, addExternAttr, err);
152 PrintToConsole("DumpLayout saved to:" + savePath);
161 cmd.SetParam("savePath", string(savePath));
165 PrintToConsole("DumpLayout saved to:" + savePath);
176 auto savePath = "/data/local/tmp/screenCap_" + ts + ".png";
184 savePath = iter->second;
188 auto fd = open(savePath.c_str(), O_RDWR | O_CREAT, 0666);
193 PrintToConsole("ScreenCap saved to " + savePath);
221 DumpLayoutImpl(cmd.GetStringParam("savePath"), cmd.GetBoolParam("listWindows", false), false, false, err);