Searched refs:ASSERTMSG1 (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-2.1/build/libraries/arc/src/ |
| D | arc.c | 112 ASSERTMSG1( !entryIsDir(FSTEntries, entry), "ARCOpen(): %s is a directory", fileName ); in ARCOpen() 133 ASSERTMSG1((0 <= entrynum) && (entrynum < handle->entryNum), in ARCFastOpen() 139 ASSERTMSG1(!entryIsDir(FSTEntries, entrynum), in ARCFastOpen() 388 ASSERTMSG1((0 <= entrynum) && (entrynum < handle->entryNum), in ARCConvertEntrynumToPath() 391 … ASSERTMSG1(1 < maxlen, "ARCConvertEntrynumToPath: maxlen should be more than 1 (%d is specified)", in ARCConvertEntrynumToPath() 438 ASSERTMSG1( 1 < maxlen, "ARCGetCurrentDir: maxlen should be more than 1 (%d is specified)", in ARCGetCurrentDir() 496 ASSERTMSG1(entryIsDir(FSTEntries, entry), "ARCChangeDir(): %s is not a directory", dirName ); in ARCChangeDir() 534 ASSERTMSG1( entryIsDir(FSTEntries, entry), "ARCOpenDir(): %s is a regular file", dirName ); in ARCOpenDir()
|
| /RvlSDK-2.1/include/revolution/ |
| D | os.h | 654 #ifndef ASSERTMSG1 655 #define ASSERTMSG1(exp, msg, param1) \ macro 696 #ifndef ASSERTMSG1 697 #define ASSERTMSG1(exp, msg, param1) ((void) 0) macro
|