Searched refs:BLOCK_4K (Results 1 – 4 of 4) sorted by relevance
25 BLOCK_4K = 4, enumerator134 case BLOCK_4K: in BlockSizeForFileType()155 return BLOCK_4K; in RequiredFileType()
29 Addr addr3(BLOCK_4K, 0x44, 0x41508, 0x952536); in TEST_F()30 EXPECT_EQ(BLOCK_4K, addr3.file_type()); in TEST_F()
33 if (file_type() > BLOCK_4K) in SanityCheck()
350 zero_buffer_.resize(Addr::BlockSizeForFileType(BLOCK_4K) * 4, 0); in DeleteBlock()405 std::make_unique<char[]>(Addr::BlockSizeForFileType(BLOCK_4K) * 4); in IsValid()