Searched refs:systemPath (Results 1 – 7 of 7) sorted by relevance
134 systemPath = os.getcwd()135 if systemPath.startswith( "/" ):142 systemPath = unohelper.systemPathToFileUrl( systemPath )143 self.failUnless( systemPath + "/a" == unohelper.absolutize( systemPath, "a" ) )
145 OUString systemPath; in prependPythonPath() local146 osl_getSystemPathFromFileURL( fileUrl.pData, &(systemPath.pData) ); in prependPythonPath()147 bufPYTHONPATH.append( systemPath ); in prependPythonPath()
166 public static String getAbsoluteFileURLFromSystemPath( String systemPath ) in getAbsoluteFileURLFromSystemPath() argument170 File file = new File( systemPath ); in getAbsoluteFileURLFromSystemPath()
86 def systemPathToFileUrl( systemPath ): argument88 return pyuno.systemPathToFileUrl( systemPath )
180 def systemPathToFileUrl( systemPath ): argument182 return pyuno.systemPathToFileUrl( systemPath )
892 function makeBootstrapFileUrl(systemPath) argument894 var oExec = WshShell.Exec("sp2bv.exe \"" + systemPath + "\"");
86 systemPath = uno.fileUrlToSystemPath( userInstallation + "/Scripts/python/log.txt" )87 ret = open( systemPath , "a" )
Completed in 59 milliseconds