Home
last modified time | relevance | path

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

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
Dopen_dir.cpp70 struct OpenDirArgs { struct
71 NRef dirPtr_;
72 DIR *dir = nullptr;
73 explicit OpenDirArgs(NVal dirPtr) : dirPtr_(dirPtr) {} in OpenDirArgs() function