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" ) )
136 OUString systemPath; in prependPythonPath() local137 osl_getSystemPathFromFileURL( fileUrl.pData, &(systemPath.pData) ); in prependPythonPath()138 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 + "\"");
83 systemPath = uno.fileUrlToSystemPath( userInstallation + "/Scripts/python/log.txt" )84 ret = file( systemPath , "a" )
Completed in 45 milliseconds