Searched refs:sServerPath (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sd/res/webview/ |
H A D | common.inc | 41 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 )
|
/aoo4110/main/qadevOOo/runner/helper/ |
H A D | URLHelper.java | 184 …String getURLWithProtocolFromSystemPath( String sSystemPath, String sBasePath, String sServerPath ) in getURLWithProtocolFromSystemPath() argument 186 … return getURLWithProtocolFromSystemPath(new File(sSystemPath), new File(sBasePath), sServerPath); in getURLWithProtocolFromSystemPath()
|
/aoo4110/main/l10ntools/source/filter/utils/ |
H A D | FileHelper.java | 189 java.lang.String sServerPath) in getURLWithProtocolFromSystemPath() argument 191 …ithProtocolFromSystemPath(new java.io.File(sSystemPath), new java.io.File(sBasePath), sServerPath); in getURLWithProtocolFromSystemPath()
|
Completed in 24 milliseconds