Home
last modified time | relevance | path

Searched refs:fileUrlToSystemPath (Results 1 – 6 of 6) sorted by relevance

/trunk/main/pyuno/source/loader/
H A Dpythonloader.py44 path = unohelper.fileUrlToSystemPath( url+"/pythonpath.zip" );
52 path = unohelper.fileUrlToSystemPath( url+"/pythonpath" );
93 filename = unohelper.fileUrlToSystemPath( url )
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dimpl.py136 self.failUnless( "/tmp" == unohelper.fileUrlToSystemPath( "file:///tmp" ) )
139 … self.failUnless( "c:\\temp" == unohelper.fileUrlToSystemPath( "file:///c:/temp" ) )
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py86 systemPath = uno.fileUrlToSystemPath( userInstallation + "/Scripts/python/log.txt" )
255 path = unohelper.fileUrlToSystemPath( url+"/pythonpath.zip" );
261 path = unohelper.fileUrlToSystemPath( url+"/pythonpath" );
451 code = compile( src, encfile(uno.fileUrlToSystemPath( url ) ), "exec" )
/trunk/main/pyuno/source/module/
H A Duno.py90 def fileUrlToSystemPath( url ): function
92 return pyuno.fileUrlToSystemPath( url )
H A Dunohelper.py184 def fileUrlToSystemPath( url ): function
186 return pyuno.fileUrlToSystemPath( url )
H A Dpyuno_module.cxx547 static PyObject * fileUrlToSystemPath( PyObject *, PyObject * args ) in fileUrlToSystemPath() function
727 {const_cast< char * >("fileUrlToSystemPath"), fileUrlToSystemPath, METH_VARARGS, NULL},

Completed in 35 milliseconds