Searched refs:BLOCK_4K (Results 1 – 4 of 4) sorted by relevance
21 BLOCK_4K = 4, enumerator131 case BLOCK_4K: in BlockSizeForFileType()150 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 SanityCheckV2()
354 zero_buffer_ = new char[Addr::BlockSizeForFileType(BLOCK_4K) * 4]; in DeleteBlock()355 memset(zero_buffer_, 0, Addr::BlockSizeForFileType(BLOCK_4K) * 4); in DeleteBlock()434 buffer.reset(new char[Addr::BlockSizeForFileType(BLOCK_4K) * 4]); in IsValid()