Home
last modified time | relevance | path

Searched refs:nDirs (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/misc/
H A Dtemplatefoldercache.cxx707 sal_uInt16 nDirs = aDirs.GetTokenCount( ';' ); in readCurrentState() local
709 m_aCurrentState.reserve( nDirs ); in readCurrentState()
711 for ( sal_uInt16 i=0; i<nDirs; ++i) in readCurrentState()
/trunk/main/sal/qa/osl/file/
H A Dosl_File.cxx5906 int nDirs = observer->number_of_dirs_created(); in TEST_F() local
5908 ASSERT_TRUE((rc == FileBase::E_None) && (nDirs > 0)) << "osl_createDirectoryPath failed"; in TEST_F()

Completed in 49 milliseconds