Home
last modified time | relevance | path

Searched refs:ouPath (Results 1 – 2 of 2) sorted by relevance

/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx333 OUString ouPath(path); in jfw_plugin_getJavaInfoByPath() local
334 OSL_ASSERT(ouPath.getLength() > 0); in jfw_plugin_getJavaInfoByPath()
335 if (ouPath.getLength() == 0) in jfw_plugin_getJavaInfoByPath()
352 rtl::Reference<VendorBase> aVendorInfo = getJREInfoByPath(ouPath); in jfw_plugin_getJavaInfoByPath()
/trunk/main/pyuno/source/module/
H A Dpyuno_module.cxx576 OUString ouPath = pyString2ustring( PyTuple_GetItem( args , 0 ) ); in absolutize() local
579 oslFileError e = osl_getAbsoluteFileURL( ouPath.pData, ouRel.pData, &(ret.pData) ); in absolutize()
586 buf.append( ouPath ); in absolutize()

Completed in 25 milliseconds