Searched refs:pDirImpl (Results 1 – 3 of 3) sorted by relevance
549 if ( pDirImpl ) in osl_openLocalRoot()603 pDirImpl->hDirectory = OpenDirectory( pDirImpl->m_pDirectoryPath ); in osl_openFileDirectory()615 rtl_freeMemory(pDirImpl), pDirImpl = 0; in osl_openFileDirectory()643 Directory_Impl *pDirImpl; in osl_openNetworkServer() local859 if ( !pDirImpl ) in osl_getNextNetResource()905 if ( !pDirImpl ) in osl_getNextDrive()949 if ( !pDirImpl ) in osl_getNextFileItem()998 if ( !pDirImpl ) in osl_getNextDirectoryItem()1001 switch ( pDirImpl->uType ) in osl_getNextDirectoryItem()1020 if ( pDirImpl ) in osl_closeDirectory()[all …]
840 if( pDirImpl ) in _osl_openLocalRoot()847 pDirImpl->pDirStruct = 0; in _osl_openLocalRoot()848 pDirImpl->ulNextDrive = 1; in _osl_openLocalRoot()856 pDirImpl->ulNextDrive = 3; in _osl_openLocalRoot()895 if ( !pDirImpl ) in _osl_getNextDrive()901 if (pDirImpl->ulDriveMap & pDirImpl->ulNextDriveMask) { in _osl_getNextDrive()924 pDirImpl->ulNextDrive++; in _osl_getNextDrive()1001 if( pDirImpl ) in osl_openDirectory()1085 if( NULL == pDirImpl ) in osl_closeDirectory()1088 switch ( pDirImpl->uType ) in osl_closeDirectory()[all …]
180 if( pDirImpl ) in osl_openDirectory()182 pDirImpl->pDirStruct = pdir; in osl_openDirectory()183 pDirImpl->ustrPath = ustrSystemPath; in osl_openDirectory()185 *pDirectory = (oslDirectory) pDirImpl; in osl_openDirectory()213 oslDirectoryImpl* pDirImpl = (oslDirectoryImpl*) Directory; in osl_closeDirectory() local218 if( NULL == pDirImpl ) in osl_closeDirectory()222 if( closedir( pDirImpl->pDirStruct ) ) in osl_closeDirectory()228 rtl_uString_release( pDirImpl->ustrPath ); in osl_closeDirectory()230 rtl_freeMemory( pDirImpl ); in osl_closeDirectory()264 oslDirectoryImpl* pDirImpl = (oslDirectoryImpl*)Directory; in osl_getNextDirectoryItem() local[all …]
Completed in 48 milliseconds