Home
last modified time | relevance | path

Searched refs:bIsError (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sal/osl/unx/
H A Dfile_error_transl.cxx44 oslFileError oslTranslateFileError(sal_Bool bIsError, int Errno) in oslTranslateFileError() argument
48 …OSL_ENSURE((bIsError && (0 != Errno)) || (!bIsError && (0 == Errno)), "oslTranslateFileError stran… in oslTranslateFileError()
52 if (bIsError && (0 == Errno)) in oslTranslateFileError()
H A Dfile_error_transl.h59 oslFileError oslTranslateFileError(sal_Bool bIsError, int Errno);
/aoo4110/main/sal/osl/os2/
H A Dfile_error_transl.cxx41 oslFileError oslTranslateFileError(sal_Bool bIsError, int Errno) in oslTranslateFileError() argument
45 …OSL_ENSURE((bIsError && (0 != Errno)) || (!bIsError && (0 == Errno)), "oslTranslateFileError stran… in oslTranslateFileError()
49 if (bIsError && (0 == Errno)) in oslTranslateFileError()
H A Dfile_error_transl.h59 oslFileError oslTranslateFileError(sal_Bool bIsError, int Errno);

Completed in 24 milliseconds