Searched refs:ASSERTMSG1 (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-3.2.2/build/libraries/arc/src/ |
| D | arc.c | 115 ASSERTMSG1( !entryIsDir(FSTEntries, entry), "ARCOpen(): %s is a directory", fileName ); in ARCOpen() 136 ASSERTMSG1((0 <= entrynum) && (entrynum < handle->entryNum), in ARCFastOpen() 142 ASSERTMSG1(!entryIsDir(FSTEntries, entrynum), in ARCFastOpen() 402 ASSERTMSG1((0 <= entrynum) && (entrynum < handle->entryNum), in ARCConvertEntrynumToPath() 405 … ASSERTMSG1(1 < maxlen, "ARCConvertEntrynumToPath: maxlen should be more than 1 (%d is specified)", in ARCConvertEntrynumToPath() 452 ASSERTMSG1( 1 < maxlen, "ARCGetCurrentDir: maxlen should be more than 1 (%d is specified)", in ARCGetCurrentDir() 510 ASSERTMSG1(entryIsDir(FSTEntries, entry), "ARCChangeDir(): %s is not a directory", dirName ); in ARCChangeDir() 548 ASSERTMSG1( entryIsDir(FSTEntries, entry), "ARCOpenDir(): %s is a regular file", dirName ); in ARCOpenDir()
|
| /RvlSDK-3.2.2/include/revolution/ |
| D | os.h | 655 #ifndef ASSERTMSG1 656 #define ASSERTMSG1(exp, msg, param1) \ macro 697 #ifndef ASSERTMSG1 698 #define ASSERTMSG1(exp, msg, param1) ((void) 0) macro
|