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