Home
last modified time | relevance | path

Searched refs:tErr (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/sal/osl/unx/
H A Dfile_misc.cxx679 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 Dfile_volume.cxx379 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()
/aoo42x/main/sal/osl/os2/
H A Dfile.cxx2139 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()
/aoo42x/main/oox/source/dump/
H A Dxlsbdumper.ini120 0x18=tTable,tAttr,,,tErr,tBool,tInt,tNum
H A Dbiffdumper.ini205 0x18=,tAttr,tSheet,tEndSheet,tErr,tBool,tInt,tNum

Completed in 259 milliseconds