Home
last modified time | relevance | path

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

/aoo42x/main/sd/res/webview/
H A Dcommon.inc41 function File_getDataVirtual( sFilename, sServerPath, sSeperator )
47 sServerFileName = aFSObject.BuildPath( Server.MapPath( sServerPath ), sFileName )
80 Function File_readVirtual(sFileName, sServerPath)
86 sServerFileName = aFSObject.BuildPath( Server.MapPath( sServerPath ), sFileName )
117 function File_writeVirtual( sFileName, sServerPath, sText )
123 aServerFile = aFSObject.BuildPath( Server.MapPath( sServerPath ), sFileName )
/aoo42x/main/qadevOOo/runner/helper/
H A DURLHelper.java184 …String getURLWithProtocolFromSystemPath( String sSystemPath, String sBasePath, String sServerPath ) in getURLWithProtocolFromSystemPath() argument
186 … return getURLWithProtocolFromSystemPath(new File(sSystemPath), new File(sBasePath), sServerPath); in getURLWithProtocolFromSystemPath()
/aoo42x/main/l10ntools/source/filter/utils/
H A DFileHelper.java189 java.lang.String sServerPath) in getURLWithProtocolFromSystemPath() argument
191 …ithProtocolFromSystemPath(new java.io.File(sSystemPath), new java.io.File(sBasePath), sServerPath); in getURLWithProtocolFromSystemPath()

Completed in 17 milliseconds