Home
last modified time | relevance | path

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

/trunk/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" ) )
/trunk/main/pyuno/source/loader/
H A Dpyuno_loader.cxx145 OUString systemPath; in prependPythonPath() local
146 osl_getSystemPathFromFileURL( fileUrl.pData, &(systemPath.pData) ); in prependPythonPath()
147 bufPYTHONPATH.append( systemPath ); in prependPythonPath()
/trunk/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()
/trunk/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 )
/trunk/main/odk/
H A DcfgWin.js892 function makeBootstrapFileUrl(systemPath) argument
894 var oExec = WshShell.Exec("sp2bv.exe \"" + systemPath + "\"");
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py86 systemPath = uno.fileUrlToSystemPath( userInstallation + "/Scripts/python/log.txt" )
87 ret = open( systemPath , "a" )

Completed in 112 milliseconds