Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/
H A DCapture.cpp73 const std::string captureDir = "/data/local/tmp/capture"; in ThreadGetCatch() local
74 const std::string savePath = captureDir + "/screenCap_" + std::to_string(curTime) + ".png"; in ThreadGetCatch()
76 if (!SPUtils::FileAccess(captureDir)) { in ThreadGetCatch()
79 LOGI("%s capture not be created!", captureDir.c_str()); in ThreadGetCatch()
82 LOGI("%s created successfully!", captureDir.c_str()); in ThreadGetCatch()
99 std::string captureDir = "/data/local/tmp/capture"; in ThreadGetCatchSocket() local
100 std::string savePath = captureDir + "/screenCap_" + captureTime + ".jpeg"; in ThreadGetCatchSocket()
102 if (!SPUtils::FileAccess(captureDir)) { in ThreadGetCatchSocket()
105 LOGI("%s capture not be created!", captureDir.c_str()); in ThreadGetCatchSocket()
108 LOGI("%s created successfully!", captureDir in ThreadGetCatchSocket()
[all...]

Completed in 1 milliseconds