Searched refs:ext4 (Results 1 – 8 of 8) sorted by relevance
/system/extras/tests/fstest/ |
D | recovery_test.cpp | 79 namespace ext4 { namespace 295 ASSERT_TRUE(ext4::corruptGdtFreeBlock(getCacheBlkFd())); in TEST_F() 314 ASSERT_TRUE(ext4::setSbErrorBit(getCacheBlkFd())); in TEST_F() 321 ASSERT_TRUE(ext4::getSuperBlock(getCacheBlkFd(), &sb)); in TEST_F()
|
/system/vold/ |
D | PrivateVolume.cpp | 108 int res = ext4::Check(mDmDevPath, mPath); in doMount() 116 if (ext4::Mount(mDmDevPath, mPath, false, false, true)) { in doMount() 206 if (ext4::Format(mDmDevPath, 0, "/data")) { in doFormat()
|
D | VolumeManager.cpp | 894 formatStatus = android::vold::ext4::Format(dmDevice, numImgSectors, mountPoint); in createAsec() 923 mountStatus = android::vold::ext4::Mount(dmDevice, mountPoint, in createAsec() 1086 if (android::vold::ext4::Resize(dmDevice, numImgSectors)) { in resizeAsec() 1143 result = android::vold::ext4::Mount(loopDevice, mountPoint, in finalizeAsec() 1211 int ret = android::vold::ext4::Mount(loopDevice, mountPoint, in fixupAsecPermissions() 1273 result |= android::vold::ext4::Mount(loopDevice, mountPoint, in fixupAsecPermissions() 1709 result = android::vold::ext4::Mount(dmDevice, mountPoint, in mountAsec()
|
/system/vold/fs/ |
D | Ext4.h | 26 namespace ext4 {
|
D | Ext4.cpp | 55 namespace ext4 { namespace
|
/system/extras/ext4_utils/ |
D | mkuserimg.sh | 91 ext4) ;;
|
/system/sepolicy/ |
D | fs_use | 6 fs_use_xattr ext4 u:object_r:labeledfs:s0;
|
D | shell.te | 104 # (yaffs2, jffs2, ext2, ext3, ext4, xfs, btrfs, f2fs, squashfs)
|