Home
last modified time | relevance | path

Searched defs:OSL_ENSURE_FILE (Results 1 – 3 of 3) sorted by relevance

/aoo4110/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
/aoo4110/main/sal/osl/os2/
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 30 milliseconds