Home
last modified time | relevance | path

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

/system/extras/tests/fstest/
Drecovery_test.cpp83 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/
DtestUtil.c330 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/lib/testUtil/include/
DtestUtil.h53 #define testPrintE(...) do { \ macro