Home
last modified time | relevance | path

Searched refs:_sSource (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/qadevOOo/runner/graphical/
H A DFileHelper.java379 public static void copy(String _sSource, String _sDestination) in copy() argument
386 aFIS = new FileInputStream(_sSource); in copy()
711 …ToFile(String _sIndexFilename, String _sBasename, String _sCreator, String _sType, String _sSource) in addBasenameToFile() argument
727 aIniFile.insertValue(_sBasename, "source", _sSource); in addBasenameToFile()
754 …Index(String _sOutputFilename, String _sBasename, String _sCreator, String _sType, String _sSource) in addBasenameToIndex() argument
759 addBasenameToFile(sIndexFilename, _sBasename, _sCreator, _sType, _sSource); in addBasenameToIndex()
/aoo42x/main/qadevOOo/runner/convwatch/
H A DFileHelper.java339 public static void copy(String _sSource, String _sDestination) in copy() argument
343 File inputFile = new File(_sSource); in copy()
358 …GlobalLogWriter.get().println("Exception caught. FileHelper.copy('" + _sSource + ", " + _sDestinat… in copy()
/aoo42x/main/sal/qa/osl/file/
H A Dosl_File.cxx1048 …void check_SystemPath_FileURL(rtl::OString const& _sSource, ::osl::FileBase::RC _nAssumeError, rtl…
1090 …void SystemPath_FileURL::check_SystemPath_FileURL(rtl::OString const& _sSource, ::osl::FileBase::R… in check_SystemPath_FileURL() argument
1095 suSource = rtl::OStringToOUString(_sSource, RTL_TEXTENCODING_UTF8); in check_SystemPath_FileURL()
1107 …printf("getSystemPathFromFileURL('%s') deliver system path: '%s', error '%s'\n", _sSource.getStr()… in check_SystemPath_FileURL()
1109 …printf("getFileURLFromSystemPath('%s') deliver File URL: '%s', error '%s'\n", _sSource.getStr(), s… in check_SystemPath_FileURL()

Completed in 100 milliseconds