Home
last modified time | relevance | path

Searched refs:sServerURL (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/qadevOOo/runner/helper/
H A DURLHelper.java136 …atic String getURLWithProtocolFromSystemPath( File aSystemPath, File aBasePath, String sServerURL ) in getURLWithProtocolFromSystemPath() argument
146 if (sServerURL.lastIndexOf('/')==(sServerURL.length()-1)) in getURLWithProtocolFromSystemPath()
147 sServerURL = sServerURL.substring(0,sServerURL.length()-1); in getURLWithProtocolFromSystemPath()
150 String sURL = sFileURL.substring(0,index) + sServerURL + in getURLWithProtocolFromSystemPath()
/aoo42x/main/l10ntools/source/filter/utils/
H A DFileHelper.java138 java.lang.String sServerURL ) in getURLWithProtocolFromSystemPath() argument
151 if (sServerURL.lastIndexOf('/')==(sServerURL.length()-1)) in getURLWithProtocolFromSystemPath()
152 sServerURL = sServerURL.substring(0,sServerURL.length()-1); in getURLWithProtocolFromSystemPath()

Completed in 84 milliseconds