Searched refs:rootDir (Results 1 – 3 of 3) sorted by relevance
41 DIR *rootDir = nullptr; in InitReportFolder() local42 if ((rootDir = opendir(DEFAULT_DIR.c_str())) == nullptr) { in InitReportFolder()49 closedir(rootDir); in InitReportFolder()
74 DIR *rootDir = nullptr; in InitReportFolder() local75 if ((rootDir = opendir(g_defaultDir.c_str())) == nullptr) { in InitReportFolder()82 closedir(rootDir); in InitReportFolder()
112 DIR *rootDir = nullptr; in WuKongUtil() local119 if ((rootDir = opendir(dirStr.c_str())) == nullptr) { in WuKongUtil()126 closedir(rootDir); in WuKongUtil()