Home
last modified time | relevance | path

Searched refs:fs_info (Results 1 – 2 of 2) sorted by relevance

/test/vts-testcase/kernel/encryption/
Dmetadata_encryption_tests.cpp176 FilesystemInfo fs_info; in SetUp() local
177 ASSERT_TRUE(GetFilesystemInfo(kTestMountpoint, &fs_info)); in SetUp()
178 raw_blk_device_ = fs_info.raw_blk_device; in SetUp()
322 FilesystemInfo fs_info; in TEST() local
323 ASSERT_TRUE(GetFilesystemInfo(mountpoint, &fs_info)); in TEST()
325 ReadBlockDevice(fs_info.raw_blk_device, kFilesystemBlockSize, &raw_data)); in TEST()
Dfile_based_encryption_tests.cpp1448 FilesystemInfo fs_info; in TEST() local
1449 ASSERT_TRUE(GetFilesystemInfo(kTestMountpoint, &fs_info)); in TEST()
1454 ASSERT_TRUE(WriteTestFile(zeroes, path_1, fs_info.raw_blk_device, nullptr, in TEST()
1456 ASSERT_TRUE(WriteTestFile(zeroes, path_2, fs_info.raw_blk_device, nullptr, in TEST()