Searched refs:pDirStruct (Results 1 – 3 of 3) sorted by relevance
66 DIR* pDirStruct; member186 pDirImpl->pDirStruct = pdir; in osl_openDirectory()226 if( closedir( pDirImpl->pDirStruct ) ) in osl_closeDirectory()279 pEntry = osl_readdir_impl_(pDirImpl->pDirStruct, sal_True); in osl_getNextDirectoryItem()
111 DIR* pDirStruct; member
847 pDirImpl->pDirStruct = 0; in _osl_openLocalRoot()1004 pDirImpl->pDirStruct = pdir; in osl_openDirectory()1048 pEntry = _osl_readdir_impl_(pDirImpl->pDirStruct, sal_True); in osl_getNextDirectoryItem()1091 if( closedir( pDirImpl->pDirStruct ) ) in osl_closeDirectory()
Completed in 56 milliseconds