Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sal/qa/osl/file/
H A Dosl_File.cxx1095 …void check_SystemPath_FileURL(rtl::OString const& _sSource, ::osl::FileBase::RC _nAssumeError, rtl…
1201 …void SystemPath_FileURL::check_SystemPath_FileURL(rtl::OString const& _sSource, ::osl::FileBase::R… in check_SystemPath_FileURL() argument
1206 suSource = rtl::OStringToOUString(_sSource, RTL_TEXTENCODING_UTF8); in check_SystemPath_FileURL()
1218 …t_print("getSystemPathFromFileURL('%s') deliver system path: '%s', error '%s'\n", _sSource.getStr(… in check_SystemPath_FileURL()
1220 …t_print("getFileURLFromSystemPath('%s') deliver File URL: '%s', error '%s'\n", _sSource.getStr(), … in check_SystemPath_FileURL()

Completed in 37 milliseconds