Home
last modified time | relevance | path

Searched refs:wkScreenPath (Results 1 – 1 of 1) sorted by relevance

/test/ostest/wukong/common/src/
Dwukong_util.cpp76 bool TakeWuKongScreenCap(const std::string &wkScreenPath, const bool checkBWScreen = false) in TakeWuKongScreenCap() argument
108 FILE *fp = fopen(wkScreenPath.c_str(), "wb"); in TakeWuKongScreenCap()
516 auto wkScreenPath = curDir_ + "screenshot/" + "/" + wukongts + ".png"; in WukongScreenCap() local
517 DEBUG_LOG_STR("WukongScreenCap store path is {%s}", wkScreenPath.c_str()); in WukongScreenCap()
531 bool isTakeScreen = TakeWuKongScreenCap(wkScreenPath, g_commandCHECKBWSCREEN); in WukongScreenCap()
533 screenStorePath = wkScreenPath; in WukongScreenCap()