Searched refs:nDirs (Results 1 – 2 of 2) sorted by relevance
707 sal_uInt16 nDirs = aDirs.GetTokenCount( ';' ); in readCurrentState() local709 m_aCurrentState.reserve( nDirs ); in readCurrentState()711 for ( sal_uInt16 i=0; i<nDirs; ++i) in readCurrentState()
5906 int nDirs = observer->number_of_dirs_created(); in TEST_F() local5908 ASSERT_TRUE((rc == FileBase::E_None) && (nDirs > 0)) << "osl_createDirectoryPath failed"; in TEST_F()
Completed in 71 milliseconds