Searched defs:DirImpl (Results 1 – 1 of 1) sorted by relevance
56 struct DirImpl { struct57 explicit DirImpl(string_view path) : path_(path) {} in DirImpl() function58 string path_;139 struct DirImpl { struct140 DirImpl(const string_view path, DIR* aDir) : path_(path), dir_(aDir) {} in DirImpl() argument141 string path_;142 DIR* dir_;