Home
last modified time | relevance | path

Searched refs:pstrPath (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sal/osl/unx/
H A Dfile_volume.cxx431 oslFileError osl_getVolumeDeviceMountPath( oslVolumeDeviceHandle Handle, rtl_uString **pstrPath ) in osl_getVolumeDeviceMountPath() argument
438 if ( pItem == 0 || pstrPath == 0 ) in osl_getVolumeDeviceMountPath()
459 oslMakeUStrFromPsz(Buffer, pstrPath); in osl_getVolumeDeviceMountPath()
/trunk/main/sal/osl/w32/
H A Dfile_dirvol.cxx265 …Error SAL_CALL osl_getVolumeDeviceMountPath( oslVolumeDeviceHandle Handle, rtl_uString **pstrPath ) in osl_getVolumeDeviceMountPath() argument
267 if ( Handle && pstrPath ) in osl_getVolumeDeviceMountPath()
269 rtl_uString_assign( pstrPath, (rtl_uString *)Handle ); in osl_getVolumeDeviceMountPath()
/trunk/main/sal/osl/os2/
H A Dfile.cxx3273 oslFileError osl_getVolumeDeviceMountPath( oslVolumeDeviceHandle Handle, rtl_uString **pstrPath ) in osl_getVolumeDeviceMountPath() argument
3275 if ( Handle && pstrPath ) in osl_getVolumeDeviceMountPath()
3277 rtl_uString_assign( pstrPath, (rtl_uString *)Handle ); in osl_getVolumeDeviceMountPath()

Completed in 44 milliseconds