Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
Dwukong_util.cpp156 std::string dirStr = "/"; in WuKongUtil() local
160 dirStr.append(str); in WuKongUtil()
161 dirStr.append("/"); in WuKongUtil()
162 if ((rootDir = opendir(dirStr.c_str())) == nullptr) { in WuKongUtil()
163 int ret = mkdir(dirStr.c_str(), S_IROTH | S_IRWXU | S_IRWXG); in WuKongUtil()
164 if (ret != 0 && dirStr != "/data/" && dirStr != "/data/local/") { in WuKongUtil()
165 std::cerr << "failed to create dir: " << dirStr << std::endl; in WuKongUtil()