Searched refs:aInfoFile (Results 1 – 3 of 3) sorted by relevance
271 TempFile aInfoFile( TempFile::createTempFileURL() ); in createSlideFile() local276 nRC = aInfoFile.open( OpenFlag_Write ); in createSlideFile()279 nRC = aInfoFile.write( aInfo.getStr(), aInfo.getLength(), nTemp ); in createSlideFile()282 nRC = aInfoFile.setPos( osl_Pos_Absolut, 0 ); in createSlideFile()285 nRC = aInfoFile.close(); in createSlideFile()290 …if( (osl::File::E_None != nRC) || !rZipFile.addFile( aInfoFile, OString( RTL_CONSTASCII_STRINGPARA… in createSlideFile()
619 File aInfoFile = new File(sInfoFilename); in createInfoFile() local625 FileOutputStream out2 = new FileOutputStream(aInfoFile.toString()); in createInfoFile()
437 File aInfoFile = new File(sInfoFilename); in createInfoFile() local443 FileWriter out = new FileWriter(aInfoFile.toString()); in createInfoFile()
Completed in 23 milliseconds