Searched refs:tErr (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sal/osl/unx/ |
H A D | file_misc.cxx | 679 if ( tErr == osl_File_E_None ) in oslDoMoveFile() 681 return tErr; in oslDoMoveFile() 684 if ( tErr != osl_File_E_XDEV ) in oslDoMoveFile() 686 return tErr; in oslDoMoveFile() 691 if ( tErr != osl_File_E_None ) in oslDoMoveFile() 695 return tErr; in oslDoMoveFile() 698 tErr=osl_psz_removeFile(pszPath); in oslDoMoveFile() 700 return tErr; in oslDoMoveFile() 816 if ( tErr != osl_File_E_None ) in osl_psz_copyFile() 818 return tErr; in osl_psz_copyFile() [all …]
|
H A D | file_volume.cxx | 379 oslFileError tErr = osl_File_E_NOSYS; in osl_unmountVolumeDevice() local 381 tErr = osl_unmountFloppy(Handle); in osl_unmountVolumeDevice() 385 if ( tErr ) in osl_unmountVolumeDevice() 393 tErr = osl_unmountFloppy(Handle); in osl_unmountVolumeDevice() 395 OSL_ENSURE( tErr, "osl_unmountvolumeDevice: CWD was set to volume mount point" ); in osl_unmountVolumeDevice() 399 return tErr; in osl_unmountVolumeDevice() 408 oslFileError tErr = osl_File_E_NOSYS; in osl_automountVolumeDevice() local 410 tErr = osl_mountFloppy(Handle); in osl_automountVolumeDevice() 412 return tErr; in osl_automountVolumeDevice()
|
/trunk/main/sal/osl/os2/ |
H A D | file.cxx | 2139 oslFileError tErr=osl_File_E_invalidError; in osl_psz_copyFile() local 2187 tErr = oslDoCopy(pszPath,pszDestPath,nMode,nSourceSize,DestFileExists); in osl_psz_copyFile() 2189 if ( tErr != osl_File_E_None ) in osl_psz_copyFile() 2191 return tErr; in osl_psz_copyFile() 2201 return tErr; in osl_psz_copyFile()
|
/trunk/main/oox/source/dump/ |
H A D | xlsbdumper.ini | 120 0x18=tTable,tAttr,,,tErr,tBool,tInt,tNum
|
H A D | biffdumper.ini | 205 0x18=,tAttr,tSheet,tEndSheet,tErr,tBool,tInt,tNum
|
Completed in 51 milliseconds