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