Home
last modified time | relevance | path

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

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