Home
last modified time | relevance | path

Searched defs:DirImpl (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dstd_directory.cpp56 struct DirImpl { struct
57 explicit DirImpl(string_view path) : path_(path) {} in DirImpl() function
58 string path_;
139 struct DirImpl { struct
140 DirImpl(const string_view path, DIR* aDir) : path_(path), dir_(aDir) {} in DirImpl() argument
141 string path_;
142 DIR* dir_;