Searched defs:OpenDirArgs (Results 1 – 1 of 1) sorted by relevance
70 struct OpenDirArgs { struct71 NRef dirPtr_;72 DIR *dir = nullptr;73 explicit OpenDirArgs(NVal dirPtr) : dirPtr_(dirPtr) {} in OpenDirArgs() function