Searched refs:OSL_ENSURE_FILE (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sal/osl/w32/ |
H A D | file_error.h | 38 #define OSL_ENSURE_FILE( cond, msg, file ) ( (cond) ? (void)0 : _osl_warnFile( msg, file ) ) macro 40 #define OSL_ENSURE_FILE( cond, msg, file ) ((void)0) macro
|
H A D | file_url.cxx | 43 #define OSL_ENSURE_FILE( cond, msg, file ) ( (cond) ? (void)0 : _osl_warnFile( msg, file ) ) macro 45 #define OSL_ENSURE_FILE( cond, msg, file ) ((void)0) macro 728 OSL_ENSURE_FILE( in _osl_getSystemPathFromFileURL()
|
/aoo42x/main/sal/osl/os2/ |
H A D | file_url.h | 53 #define OSL_ENSURE_FILE( cond, msg, file ) ( (cond) ? (void)0 : _osl_warnFile( msg, file ) ) macro 55 #define OSL_ENSURE_FILE( cond, msg, file ) ((void)0) macro
|
H A D | file_url.cxx | 800 OSL_ENSURE_FILE( in _osl_getSystemPathFromFileURL()
|
Completed in 29 milliseconds