Searched defs:ext4 (Results 1 - 3 of 3) sorted by relevance

/system/vold/fs/
H A DExt4.h26 namespace ext4 { namespace in namespace:android::vold
37 } // namespace ext4
H A DExt4.cpp55 namespace ext4 { namespace in namespace:android::vold
68 && IsFilesystemSupported("ext4");
96 ret = mount(c_source, c_target, "ext4", tmpmnt_flags, tmpmnt_opts);
126 // ext4 devices are currently always trusted
147 rc = mount(c_source, c_target, "ext4", flags, NULL);
152 rc = mount(c_source, c_target, "ext4", flags, NULL);
178 cmd.push_back("ext4");
209 } // namespace ext4
/system/extras/tests/fstest/
H A Drecovery_test.cpp32 #include <ext4_utils/ext4.h>
78 namespace ext4 { namespace in namespace:android
81 testPrintE("Cannot lseek to ext4 superblock to read");
86 testPrintE("Cannot read ext4 superblock");
91 testPrintE("Invalid ext4 superblock magic");
143 testPrintE("Can't handle ext4 block group descriptor size of %d",
151 testPrintE("Cannot lseek to ext4 block group descriptor table to read");
160 testPrintE("Cannot read ext4 group descriptor %d", i);
171 testPrintE("Cannot lseek to ext4 block group descriptor table to write");
176 testPrintE("Cannot write modified ext4 grou
[all...]

Completed in 93 milliseconds