Home
last modified time | relevance | path

Searched refs:testPrintE (Results 1 – 4 of 4) sorted by relevance

/system/extras/tests/fstest/
Drecovery_test.cpp81 testPrintE("Cannot lseek to ext4 superblock to read"); in getSuperBlock()
86 testPrintE("Cannot read ext4 superblock"); in getSuperBlock()
91 testPrintE("Invalid ext4 superblock magic"); in getSuperBlock()
107 testPrintE("Ext4 superblock already corrupted"); in setSbErrorBit()
116 testPrintE("Cannot lseek to superblock to write\n"); in setSbErrorBit()
121 testPrintE("Cannot write superblock\n"); in setSbErrorBit()
136 testPrintE("Ext4 block size not 2K or 4K\n"); in corruptGdtFreeBlock()
143 testPrintE("Can't handle ext4 block group descriptor size of %d", in corruptGdtFreeBlock()
151 testPrintE("Cannot lseek to ext4 block group descriptor table to read"); in corruptGdtFreeBlock()
160 testPrintE("Cannot read ext4 group descriptor %d", i); in corruptGdtFreeBlock()
[all …]
/system/extras/tests/lib/testUtil/
DtestUtil.c331 testPrintE("%s", line); in testXDump()
351 testPrintE("%s", line); in testXDump()
406 testPrintE("execCmd popen failed, errno: %i", errno); in testExecCmd()
422 testPrintE("Unexpected command failure"); in testExecCmd()
423 testPrintE(" status: %#x", status); in testExecCmd()
425 testPrintE("WEXITSTATUS: %i", WEXITSTATUS(status)); in testExecCmd()
428 testPrintE("WTERMSIG: %i", WTERMSIG(status)); in testExecCmd()
/system/extras/tests/iptables/qtaguid/
DsocketTag.cpp60 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/include/
DtestUtil.h53 #define testPrintE(...) do { \ macro