Searched refs:pstrPath (Results 1 – 3 of 3) sorted by relevance
431 oslFileError osl_getVolumeDeviceMountPath( oslVolumeDeviceHandle Handle, rtl_uString **pstrPath ) in osl_getVolumeDeviceMountPath() argument438 if ( pItem == 0 || pstrPath == 0 ) in osl_getVolumeDeviceMountPath()459 oslMakeUStrFromPsz(Buffer, pstrPath); in osl_getVolumeDeviceMountPath()
265 …Error SAL_CALL osl_getVolumeDeviceMountPath( oslVolumeDeviceHandle Handle, rtl_uString **pstrPath ) in osl_getVolumeDeviceMountPath() argument267 if ( Handle && pstrPath ) in osl_getVolumeDeviceMountPath()269 rtl_uString_assign( pstrPath, (rtl_uString *)Handle ); in osl_getVolumeDeviceMountPath()
3273 oslFileError osl_getVolumeDeviceMountPath( oslVolumeDeviceHandle Handle, rtl_uString **pstrPath ) in osl_getVolumeDeviceMountPath() argument3275 if ( Handle && pstrPath ) in osl_getVolumeDeviceMountPath()3277 rtl_uString_assign( pstrPath, (rtl_uString *)Handle ); in osl_getVolumeDeviceMountPath()
Completed in 33 milliseconds