Home
last modified time | relevance | path

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

/aoo41x/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx481 osl::File cfgFile( getInstallPathAsURL() + in getStaticInformationForModule() local
485 if( osl::FileBase::E_None != cfgFile.open( OpenFlag_Read ) ) in getStaticInformationForModule()
495 while( osl::FileBase::E_None == cfgFile.read( &buffer,2048,nRead ) && nRead ) in getStaticInformationForModule()
498 cfgFile.close(); in getStaticInformationForModule()

Completed in 20 milliseconds