Searched refs:dirp (Results 1 – 1 of 1) sorted by relevance
251 std::unique_ptr<DIR, decltype(&closedir)> dirp(opendir(dir.c_str()), closedir); in check_path() local252 if (dirp == nullptr) { in check_path()259 while ((dp = readdir(dirp.get())) != nullptr) { in check_path()