Searched defs:dirhandle (Results 1 – 1 of 1) sorted by relevance
66 struct dirhandle { struct67 explicit dirhandle(DIR* dir) : d(dir), next_off(0) { CHECK(dir != nullptr); } in dirhandle() argument77 ~dirhandle() { closedir(d); } in ~dirhandle() argument