Searched refs:bIsError (Results 1 – 4 of 4) sorted by relevance
44 oslFileError oslTranslateFileError(sal_Bool bIsError, int Errno) in oslTranslateFileError() argument48 …OSL_ENSURE((bIsError && (0 != Errno)) || (!bIsError && (0 == Errno)), "oslTranslateFileError stran… in oslTranslateFileError()52 if (bIsError && (0 == Errno)) in oslTranslateFileError()
59 oslFileError oslTranslateFileError(sal_Bool bIsError, int Errno);
41 oslFileError oslTranslateFileError(sal_Bool bIsError, int Errno) in oslTranslateFileError() argument45 …OSL_ENSURE((bIsError && (0 != Errno)) || (!bIsError && (0 == Errno)), "oslTranslateFileError stran… in oslTranslateFileError()49 if (bIsError && (0 == Errno)) in oslTranslateFileError()
Completed in 28 milliseconds