Home
last modified time | relevance | path

Searched defs:OpenDirArgs (Results 1 – 2 of 2) 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() argument
/foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/mod_fileio/properties/
Dopen_dir.cpp71 struct OpenDirArgs { struct
72 NRef dirPtr_;
73 DIR *dir = nullptr;
74 explicit OpenDirArgs(NVal dirPtr) : dirPtr_(dirPtr) {} in OpenDirArgs() function