Searched refs:tErr (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sal/osl/unx/ |
H A D | file_misc.cxx | 689 if ( tErr == osl_File_E_None ) in oslDoMoveFile() 691 return tErr; in oslDoMoveFile() 694 if ( tErr != osl_File_E_XDEV ) in oslDoMoveFile() 696 return tErr; in oslDoMoveFile() 701 if ( tErr != osl_File_E_None ) in oslDoMoveFile() 705 return tErr; in oslDoMoveFile() 708 tErr=osl_psz_removeFile(pszPath); in oslDoMoveFile() 710 return tErr; in oslDoMoveFile() 826 if ( tErr != osl_File_E_None ) in osl_psz_copyFile() 828 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()
|
/aoo41x/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()
|
/aoo41x/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 49 milliseconds