Home
last modified time | relevance | path

Searched refs:OSL_ENSURE_FILE (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/sal/osl/w32/
H A Dfile_error.h38 #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 Dfile_url.cxx43 #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()
/trunk/main/sal/osl/os2/
H A Dfile_url.cxx800 OSL_ENSURE_FILE( in _osl_getSystemPathFromFileURL()
H A Dfile_url.h53 #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

Completed in 31 milliseconds