Searched refs:dirptr (Results 1 – 1 of 1) sorted by relevance
1046 std::unique_ptr<DIR, std::function<int(DIR*)>> dirptr(opendir(BLK_DEV_SYS_DIR), closedir); in DumpBlockStatFiles() local1048 if (dirptr == nullptr) { in DumpBlockStatFiles()1054 while (struct dirent *d = readdir(dirptr.get())) { in DumpBlockStatFiles()