Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
Dwukong_util.cpp323 int fileExist_ = access((curDir_ + "screenshot").c_str(), F_OK); in WukongScreenCap() local
324 if (fileExist_ == 0) { in WukongScreenCap()