Searched refs:pDirStruct (Results 1 – 3 of 3) sorted by relevance
64 DIR* pDirStruct; member182 pDirImpl->pDirStruct = pdir; in osl_openDirectory()222 if( closedir( pDirImpl->pDirStruct ) ) in osl_closeDirectory()275 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 18 milliseconds