Home
last modified time | relevance | path

Searched refs:systemPath (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/testtools/source/bridgetest/pyuno/
H A Dimpl.py134 systemPath = os.getcwd()
135 if systemPath.startswith( "/" ):
142 systemPath = unohelper.systemPathToFileUrl( systemPath )
143 self.failUnless( systemPath + "/a" == unohelper.absolutize( systemPath, "a" ) )
/aoo41x/main/pyuno/source/loader/
H A Dpyuno_loader.cxx136 OUString systemPath; in prependPythonPath() local
137 osl_getSystemPathFromFileURL( fileUrl.pData, &(systemPath.pData) ); in prependPythonPath()
138 bufPYTHONPATH.append( systemPath ); in prependPythonPath()
/aoo41x/main/odk/examples/DevelopersGuide/UCB/
H A DHelper.java166 public static String getAbsoluteFileURLFromSystemPath( String systemPath ) in getAbsoluteFileURLFromSystemPath() argument
170 File file = new File( systemPath ); in getAbsoluteFileURLFromSystemPath()
/aoo41x/main/pyuno/source/module/
H A Duno.py86 def systemPathToFileUrl( systemPath ): argument
88 return pyuno.systemPathToFileUrl( systemPath )
H A Dunohelper.py180 def systemPathToFileUrl( systemPath ): argument
182 return pyuno.systemPathToFileUrl( systemPath )
/aoo41x/main/odk/
H A DcfgWin.js892 function makeBootstrapFileUrl(systemPath) argument
894 var oExec = WshShell.Exec("sp2bv.exe \"" + systemPath + "\"");
/aoo41x/main/scripting/source/pyprov/
H A Dpythonscript.py83 systemPath = uno.fileUrlToSystemPath( userInstallation + "/Scripts/python/log.txt" )
84 ret = file( systemPath , "a" )

Completed in 45 milliseconds