Lines Matching refs:captureDir
73 const std::string captureDir = "/data/local/tmp/capture";
74 const std::string savePath = captureDir + "/screenCap_" + std::to_string(curTime) + ".png";
76 if (!SPUtils::FileAccess(captureDir)) {
79 LOGI("%s capture not be created!", captureDir.c_str());
82 LOGI("%s created successfully!", captureDir.c_str());
99 std::string captureDir = "/data/local/tmp/capture";
100 std::string savePath = captureDir + "/screenCap_" + captureTime + ".jpeg";
102 if (!SPUtils::FileAccess(captureDir)) {
105 LOGI("%s capture not be created!", captureDir.c_str());
108 LOGI("%s created successfully!", captureDir.c_str());