Searched refs:testPrintE (Results 1 – 4 of 4) sorted by relevance
/system/extras/tests/fstest/ |
D | recovery_test.cpp | 83 testPrintE("Cannot lseek to ext4 superblock to read"); in getSuperBlock() 88 testPrintE("Cannot read ext4 superblock"); in getSuperBlock() 93 testPrintE("Invalid ext4 superblock magic"); in getSuperBlock() 109 testPrintE("Ext4 superblock already corrupted"); in setSbErrorBit() 118 testPrintE("Cannot lseek to superblock to write\n"); in setSbErrorBit() 123 testPrintE("Cannot write superblock\n"); in setSbErrorBit() 138 testPrintE("Ext4 block size not 2K or 4K\n"); in corruptGdtFreeBlock() 145 testPrintE("Can't handle ext4 block group descriptor size of %d", in corruptGdtFreeBlock() 153 testPrintE("Cannot lseek to ext4 block group descriptor table to read"); in corruptGdtFreeBlock() 162 testPrintE("Cannot read ext4 group descriptor %d", i); in corruptGdtFreeBlock() [all …]
|
/system/extras/tests/lib/testUtil/ |
D | testUtil.c | 330 testPrintE("%s", line); in testXDump() 350 testPrintE("%s", line); in testXDump() 404 testPrintE("execCmd popen failed, errno: %i", errno); in testExecCmd() 420 testPrintE("Unexpected command failure"); in testExecCmd() 421 testPrintE(" status: %#x", status); in testExecCmd() 423 testPrintE("WEXITSTATUS: %i", WEXITSTATUS(status)); in testExecCmd() 426 testPrintE("WTERMSIG: %i", WTERMSIG(status)); in testExecCmd()
|
/system/extras/tests/iptables/qtaguid/ |
D | socketTag.cpp | 60 testPrintE("qtaguid ctrl open failed: %s", strerror(errno)); in openCtrl() 95 testPrintE("qtaguid param open failed: %s", strerror(errno)); in writeModuleParam() 100 testPrintE("qtaguid param write failed: %s", strerror(errno)); in writeModuleParam() 110 testPrintE("socket creation failed: %s", strerror(errno)); in setup() 114 testPrintE("socket setup: failed to tag"); in setup() 119 testPrintE("socket setup: Unexpected results: tag not found"); in setup() 124 testPrintE("socket setup: Unexpected results"); in setup() 171 testPrintE("Unable to read sock addr res=%d", res); in checkTag()
|
/system/extras/tests/lib/testUtil/include/ |
D | testUtil.h | 53 #define testPrintE(...) do { \ macro
|