Home
last modified time | relevance | path

Searched refs:filledHashBlocks (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/incremental_delivery/incfs/tests/
H A Dincfs_test.cpp1044 EXPECT_EQ(0, counts.filledHashBlocks); in TEST_F()
1050 EXPECT_EQ(0, counts.filledHashBlocks); in TEST_F()
1069 EXPECT_EQ(0, counts.filledHashBlocks); in TEST_F()
1075 EXPECT_EQ(0, counts.filledHashBlocks); in TEST_F()
1093 EXPECT_EQ(0, counts.filledHashBlocks); in TEST_F()
1102 EXPECT_EQ(2, counts.filledHashBlocks); in TEST_F()
1430 lhs.filledHashBlocks == rhs.filledHashBlocks; in operator ==()
/aosp12/system/incremental_delivery/incfs/include/
H A Dincfs_ndk.h162 IncFsSize filledHashBlocks; member
/aosp12/frameworks/base/services/incremental/
H A DServiceWrappers.cpp190 return {counts->filledDataBlocks + counts->filledHashBlocks, in countFilledBlocks()
/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp1770 .filledHashBlocks = args.filled_hash_blocks_out, in getFileBlockCount()