Searched refs:aTestFile (Results 1 – 11 of 11) sorted by relevance
89 ::osl::File aTestFile( _sFilename ); in t_fileExist()90 nError1 = aTestFile.open ( OpenFlag_Read ); in t_fileExist()93 aTestFile.close( ); in t_fileExist()147 ::osl::File aTestFile( suFilePath ); in logfile_001()149 nError1 = aTestFile.open ( OpenFlag_Read ); in logfile_001()155 nError1 = aTestFile.read( buffer_read, 400, nCount_read ); in logfile_001()158 aTestFile.sync(); in logfile_001()159 aTestFile.close(); in logfile_001()
209 ::utl::TempFile aTestFile(sName,sal_False,&sExt); in getNewOutputName()210 if ( !aTestFile.IsValid() ) in getNewOutputName()217 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()
76 ::osl::File aTestFile( _sFilename ); in t_fileExist()77 nError1 = aTestFile.open ( OpenFlag_Read ); in t_fileExist()80 aTestFile.close( ); in t_fileExist()
360 DirEntry aTestFile( aLangPath ); in ProcessFileList() local362 if( aTestFile.Exists() ) in ProcessFileList()
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()
3910 ::rtl::OUString aTestFile( aRootURL ); in open_004()3911 concatURL( aTestFile, aTmpName2 ); in open_004()3912 ::osl::File testFile( aTestFile ); in open_004()3919 deleteTestFile( aTestFile); in open_004()
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 96 milliseconds