Searched refs:fileUrlToSystemPath (Results 1 – 6 of 6) sorted by relevance
44 path = unohelper.fileUrlToSystemPath( url+"/pythonpath.zip" );52 path = unohelper.fileUrlToSystemPath( url+"/pythonpath" );93 filename = unohelper.fileUrlToSystemPath( url )
136 self.failUnless( "/tmp" == unohelper.fileUrlToSystemPath( "file:///tmp" ) )139 … self.failUnless( "c:\\temp" == unohelper.fileUrlToSystemPath( "file:///c:/temp" ) )
90 def fileUrlToSystemPath( url ): function92 return pyuno.fileUrlToSystemPath( url )
184 def fileUrlToSystemPath( url ): function186 return pyuno.fileUrlToSystemPath( url )
547 static PyObject * fileUrlToSystemPath( PyObject *, PyObject * args ) in fileUrlToSystemPath() function727 {const_cast< char * >("fileUrlToSystemPath"), fileUrlToSystemPath, METH_VARARGS, NULL},
83 systemPath = uno.fileUrlToSystemPath( userInstallation + "/Scripts/python/log.txt" )249 path = unohelper.fileUrlToSystemPath( url+"/pythonpath.zip" );255 path = unohelper.fileUrlToSystemPath( url+"/pythonpath" );445 code = compile( src, encfile(uno.fileUrlToSystemPath( url ) ), "exec" )
Completed in 45 milliseconds