Searched refs:aTestFile (Results 1 – 10 of 10) sorted by relevance
84 ::osl::File aTestFile( _sFilename ); in t_fileExist()85 nError1 = aTestFile.open ( OpenFlag_Read ); in t_fileExist()88 aTestFile.close( ); in t_fileExist()142 ::osl::File aTestFile( suFilePath ); in TEST_F()144 nError1 = aTestFile.open ( OpenFlag_Read ); in TEST_F()149 nError1 = aTestFile.read( buffer_read, 400, nCount_read ); in TEST_F()152 aTestFile.sync(); in TEST_F()153 aTestFile.close(); in TEST_F()
210 ::utl::TempFile aTestFile(sName,sal_False,&sExt); in getNewOutputName()211 if ( !aTestFile.IsValid() ) in getNewOutputName()218 sFileURL = aTestFile.GetURL(); in getNewOutputName()
115 void LayoutTest::LoadFile( const OUString &aTestFile ) in LoadFile() argument131 aParams[0] <<= aTestFile; in LoadFile()
41 void loadFile( const rtl::OUString &aTestFile );
1708 void loadFile( const rtl::OUString &aTestFile );1791 void EditorImpl::loadFile( const rtl::OUString &aTestFile ) in loadFile() argument1825 aParams[0] <<= aTestFile; in loadFile()
79 ::osl::File aTestFile( _sFilename ); in t_fileExist()80 nError1 = aTestFile.open ( OpenFlag_Read ); in t_fileExist()83 aTestFile.close( ); in t_fileExist()
388 File aTestFile = new File(sTempFile); in checkLoadingWithPassword() local389 String sTestURL = URLHelper.getFileURLFromSystemPath(aTestFile); in checkLoadingWithPassword()
298 String aTestFile( RTL_CONSTASCII_USTRINGPARAM( "cdefghij.klm" ) ); in ImplLoadSubDirs() local300 aTestURL.Append( aTestFile ); in ImplLoadSubDirs()
3469 ::rtl::OUString aTestFile( aRootURL ); in TEST_F()3470 concatURL( aTestFile, aTmpName2 ); in TEST_F()3471 ::osl::File testFile( aTestFile ); in TEST_F()3478 deleteTestFile( aTestFile); in TEST_F()
115 rtl::OUString aTestFile( RTL_CONSTASCII_USTRINGPARAM( "file://" ) ); in doTestCode() local116 aTestFile += rtl::OUString( pHome, strlen( pHome ), RTL_TEXTENCODING_MS_1252 ); in doTestCode()117 aTestFile += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/pdf_export_test.pdf" ) ); in doTestCode()120 aContext.URL = aTestFile; in doTestCode()
Completed in 168 milliseconds