Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
Dwukong_util.cpp116 std::string dirStr = "/"; in WuKongUtil() local
120 dirStr.append(str); in WuKongUtil()
121 dirStr.append("/"); in WuKongUtil()
122 if ((rootDir = opendir(dirStr.c_str())) == nullptr) { in WuKongUtil()
123 int ret = mkdir(dirStr.c_str(), S_IROTH | S_IRWXU | S_IRWXG); in WuKongUtil()
124 if (ret != 0 && dirStr != "/data/" && dirStr != "/data/local/") { in WuKongUtil()
125 std::cerr << "failed to create dir: " << dirStr << std::endl; in WuKongUtil()