Home
last modified time | relevance | path

Searched refs:getAbsolutePath (Results 1 – 25 of 69) sorted by relevance

123

/aoo4110/test/testuno/source/fvt/uno/ffc/
H A DFFCTest.java86 private static String tempFolder = testSpaceFile.getAbsolutePath() + File.separator + "temp";
123 FileUtil.copyFile(operateFilePath, Testspace.getFile(failedFilesDir).getAbsolutePath()); in tearDown()
124 …space.getFile(failedFilesDir + File.separator + "failedFiles.files").getAbsolutePath(), fileURL +"… in tearDown()
126 …ile(failedFilesDir + File.separator + "failedFiles_scenarios.files").getAbsolutePath(), failedMess… in tearDown()
197 …String saveAsFilePath = file.getParentFile().getAbsolutePath() + File.separator + fileName + "." +… in exportAsODF()
224 …String saveAsFilePath = file.getParentFile().getAbsolutePath() + File.separator + fileName + ".pd… in exportAsPDF()
319 …String testFile = testSpaceFile.getAbsolutePath() + File.separator + "temp" + File.separator + url… in downloadFile()
/aoo4110/test/testcommon/source/org/openoffice/test/common/
H A DTestspace.java46 System.setProperty("testspace", file.getAbsolutePath()); in initTestspace()
55 return testspace.getAbsolutePath(); in getPath()
59 return getFile(filePath).getAbsolutePath(); in getPath()
80 return dataFile.getAbsolutePath(); in prepareData()
85 return dataFile.getAbsolutePath(); in prepareData()
H A DSystemUtil.java196 FileUtil.writeStringToFile(file.getAbsolutePath(), content); in execScript()
199 cmd = new String[] { file.getAbsolutePath() }; in execScript()
201 cmd = new String[] { "sh", file.getAbsolutePath() }; in execScript()
301 FileUtil.writeStringToFile(file.getAbsolutePath(), contents); in getProcesses()
303 exec(new String[] { "cscript", "//Nologo", file.getAbsolutePath()}, null, null, output, output); in getProcesses()
408 FileUtil.writeStringToFile(file.getAbsolutePath(), contents); in getProcessPerfData()
409 exec(new String[] { "cscript", "//Nologo", file.getAbsolutePath()}, null, null, output, output); in getProcessPerfData()
H A DInstaller.java83 …til.exec(new String[] { "tar", "-zxpf", packFile.getAbsolutePath(), "-C", installTempDir.getAbsolu… in run()
95 System.setProperty("openoffice.home", installDir.getAbsolutePath()); in run()
101 prop = System.getProperty("openoffice.home", installDir.getAbsolutePath()); in run()
H A DLogger.java54 …+ "java.util.logging.FileHandler.pattern=" + logDir.getAbsolutePath().replace("\\", "/") + "/%u.lo…
107 log(Level.INFO, "Clean up temp directory for test class [" + temp.getAbsolutePath() + "]"); in start()
113 log(Level.INFO, "Clean up temp directory for test method [" + temp.getAbsolutePath() + "]"); in start()
H A DXMLReporter.java130 File outputBackupDir = new File(outputDir.getAbsolutePath() + "." + suiteName); in testRunFinished()
132 …outputBackupDir.renameTo(new File(outputBackupDir.getAbsolutePath() + "." + System.currentTimeMill… in testRunFinished()
/aoo4110/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java126 return targetfile.getAbsolutePath(); in zipParcel()
257 parcelDir.getAbsolutePath()); in unzipToDirectory()
296 return parcelDir.getAbsolutePath(); in unzipToDirectory()
329 File tmpfile = new File(targetDocument.getAbsolutePath() + ".tmp"); in unzipToZip()
360 return targetDocument.getAbsolutePath(); in unzipToZip()
434 File tmpfile = new File(document.getAbsolutePath() + ".tmp"); in removeParcel()
493 return document.getAbsolutePath(); in removeParcel()
/aoo4110/test/testgui/source/svt/gui/
H A DTestSample.java122 log.info("Load sample file from \"" + originalFile.getAbsolutePath() + "\""); in setUp()
185 open(file.getAbsolutePath()); in testWriter()
210 submitOpenDlg(file.getAbsolutePath()); in testCalc()
250 submitOpenDlg(file.getAbsolutePath()); in testImpress()
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DParcelFolderSupport.java175 classpath.addElement(contents.getAbsolutePath()); in configure()
184 configuror = new ConfigurePanel(contents.getAbsolutePath(), in configure()
188 configuror.reload(contents.getAbsolutePath(), classpath, in configure()
249 result.addElement(jarfiles[i].getAbsolutePath()); in getConfigureClasspath()
H A DOfficeDocumentSupport.java95 soffice.getAbsolutePath(), file.getAbsolutePath () in open()
H A DDeployParcelAction.java158 String message = directory.getAbsolutePath() + " does not exist. " + in askIfCreateDirectory()
177 String tmp = "Error creating: " + directory.getAbsolutePath(); in askIfCreateDirectory()
/aoo4110/main/scripting/java/org/openoffice/idesupport/
H A DJavaFinder.java182 urlpath = SVersionRCFile.toFileURL(f.getAbsolutePath()); in getClassLoader()
235 String path = classFile.getAbsolutePath(); in findClassNames()
236 path = path.substring(basedir.getAbsolutePath().length() + 1); in findClassNames()
/aoo4110/main/l10ntools/source/filter/utils/
H A DFileHelper.java403 … java.io.FileInputStream aByteStream = new java.io.FileInputStream(aFile.getAbsolutePath()); in readEncodedBufferFromFile()
470 … java.io.FileInputStream aByteStream = new java.io.FileInputStream(aFile.getAbsolutePath()); in readAndCheckUTF8File()
747 …FileOutputStream aByteStream = new java.io.FileOutputStream(aFile.getAbsolutePath(), bAppend); in writeEncodedBufferToFile()
757 … throw new java.io.IOException("File \""+aFile.getAbsolutePath()+"\" not written correctly."); in writeEncodedBufferToFile()
/aoo4110/test/testcommon/source/org/openoffice/test/
H A DOpenOffice.java111 appHome = file.getParentFile().getParentFile().getAbsolutePath(); in OpenOffice()
138 …= props.getProperty("UserInstallation").replace("$ORIGIN", binParent.getAbsolutePath()).replace("$… in OpenOffice()
339 FileUtil.writeStringToFile(registry.getAbsolutePath(), content); in start()
/aoo4110/main/configmgr/source/
H A Dchildaccess.cxx104 Path ChildAccess::getAbsolutePath() { in getAbsolutePath() function in configmgr::ChildAccess
106 Path path(getParentAccess()->getAbsolutePath()); in getAbsolutePath()
337 Path path(getAbsolutePath()); in commitChanges()
/aoo4110/main/testgraphical/qa/graphical/
H A DTest.java70 … System.out.println("Path to compare.pl is wrong: '" + aCompareFile.getAbsolutePath() + "'"); in test()
79 aCompareFile.getAbsolutePath(), in test()
/aoo4110/main/qadevOOo/runner/convwatch/
H A DDirectoryHelper.java117 traverse_impl( aDirEntries[ i ].getAbsolutePath(), _aFileFilter ); in traverse_impl()
127 String aStr = aDirEntries[ i ].getAbsolutePath(); in traverse_impl()
H A DFileHelper.java226 …get().println("Exception caught. FileHelper.makeDirectories('" + new_dir.getAbsolutePath() + "')"); in makeDirectories()
237 {"chmod", mode, file.getAbsolutePath()}); in chmod()
/aoo4110/main/qadevOOo/runner/graphical/
H A DDirectoryHelper.java121 traverse_impl( aDirEntries[ i ].getAbsolutePath(), _aFileFilter ); in traverse_impl()
131 String aStr = aDirEntries[ i ].getAbsolutePath(); in traverse_impl()
/aoo4110/main/scripting/examples/java/debugger/
H A DDebugRunner.java62 path = new File(f, filename).getAbsolutePath(); in go()
66 path = f.getAbsolutePath(); in go()
/aoo4110/main/xmerge/source/palmtests/qa/comparator/
H A DXmlWrapper.java63 fname1 = f1.getAbsolutePath(); in main()
64 fname2 = f2.getAbsolutePath(); in main()
/aoo4110/main/qadevOOo/runner/util/
H A DSysUtils.java75 traverse( entries[ i ].getAbsolutePath() ); in traverse()
81 + entries[ i ].getAbsolutePath().replace( '\\', '/' ); in traverse()
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/
H A DChooseDirectory.java162 directoryField.setText(file.getAbsolutePath()); in actionPerformed()
173 directoryFieldRootdir.setText(file.getAbsolutePath()); in actionPerformed()
/aoo4110/main/odk/examples/java/DocumentHandling/
H A DDocumentConverter.java66 String sOutUrl = "file:///" + outdir.getAbsolutePath().replace( '\\', '/' ); in traverse()
89 + entries[ i ].getAbsolutePath().replace( '\\', '/' ); in traverse()
/aoo4110/main/scripting/examples/java/Newsgroup/
H A DOfficeAttachment.java132 file = homefiles[i].getAbsolutePath(); in createTempDocs()
167 file = homefiles[i].getAbsolutePath(); in createTempDocs()

Completed in 108 milliseconds

123