Searched refs:dir_h (Results 1 – 1 of 1) sorted by relevance
2505 std::unique_ptr<DIR, decltype(&closedir)> dir_h(opendir("/data/tombstones"), closedir); in CheckForTombstone() local2506 ASSERT_TRUE(dir_h != nullptr); in CheckForTombstone()2508 while ((entry = readdir(dir_h.get())) != nullptr) { in CheckForTombstone()