Searched refs:cfgFile (Results 1 – 1 of 1) sorted by relevance
481 osl::File cfgFile( getInstallPathAsURL() + in getStaticInformationForModule() local485 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 28 milliseconds