Searched refs:sServerURL (Results 1 – 2 of 2) sorted by relevance
136 …atic String getURLWithProtocolFromSystemPath( File aSystemPath, File aBasePath, String sServerURL ) in getURLWithProtocolFromSystemPath() argument146 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()
138 java.lang.String sServerURL ) in getURLWithProtocolFromSystemPath() argument151 if (sServerURL.lastIndexOf('/')==(sServerURL.length()-1)) in getURLWithProtocolFromSystemPath()152 sServerURL = sServerURL.substring(0,sServerURL.length()-1); in getURLWithProtocolFromSystemPath()
Completed in 14 milliseconds