Searched refs:Ext4UtilsTest (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/filesystems/
H A Dext4_utils_unittest.cpp35 class Ext4UtilsTest : public ::testing::Test { class in inherits:::testing::Test
37 Ext4UtilsTest() : mTempFilePath() { function in class:Ext4UtilsTest
42 ~Ext4UtilsTest() {
76 TEST_F(Ext4UtilsTest, android_pathIsExt4PartitionImage) {
81 TEST_F(Ext4UtilsTest, android_pathIsExt4PartitionImageTruncated) {
86 TEST_F(Ext4UtilsTest, android_pathIsExt4PartitionImageCorrupted) {
92 TEST_F(Ext4UtilsTest, android_pathIsExt4PartitionImageBadMagic1) {
98 TEST_F(Ext4UtilsTest, android_pathIsExt4PartitionImageBadMagic2) {
104 TEST_F(Ext4UtilsTest, android_createEmptyExt4Partition) {

Completed in 78 milliseconds