Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
Dwukong_util.cpp43 bool TakeWuKongScreenCap(const std::string &wkScreenPath) in TakeWuKongScreenCap() argument
68 FILE *fp = fopen(wkScreenPath.c_str(), "wb"); in TakeWuKongScreenCap()
438 auto wkScreenPath = curDir_ + "screenshot/" + "/" + wukongts + ".png"; in WukongScreenCap() local
439 DEBUG_LOG_STR("WukongScreenCap store path is {%s}", wkScreenPath.c_str()); in WukongScreenCap()
453 bool isTakeScreen = TakeWuKongScreenCap(wkScreenPath); in WukongScreenCap()
455 screenStorePath = wkScreenPath; in WukongScreenCap()