Home
last modified time | relevance | path

Searched refs:ext4 (Results 1 – 8 of 8) sorted by relevance

/system/extras/tests/fstest/
Drecovery_test.cpp79 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/
DPrivateVolume.cpp108 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()
DVolumeManager.cpp894 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/
DExt4.h26 namespace ext4 {
DExt4.cpp55 namespace ext4 { namespace
/system/extras/ext4_utils/
Dmkuserimg.sh91 ext4) ;;
/system/sepolicy/
Dfs_use6 fs_use_xattr ext4 u:object_r:labeledfs:s0;
Dshell.te104 # (yaffs2, jffs2, ext2, ext3, ext4, xfs, btrfs, f2fs, squashfs)