Searched refs:ReadBlockAlignedData (Results 1 – 7 of 7) sorted by relevance
/bootable/recovery/fuse_sideload/include/ |
D | fuse_provider.h | 41 virtual bool ReadBlockAlignedData(uint8_t* buffer, uint32_t fetch_size, 60 bool ReadBlockAlignedData(uint8_t* buffer, uint32_t fetch_size,
|
/bootable/recovery/minadbd/ |
D | fuse_adb_provider_test.cpp | 49 ASSERT_TRUE(data.ReadBlockAlignedData(reinterpret_cast<uint8_t*>(block_data), in TEST() 84 ASSERT_FALSE(data.ReadBlockAlignedData(reinterpret_cast<uint8_t*>(buf), 1, 0)); in TEST()
|
D | fuse_adb_provider.cpp | 26 bool FuseAdbDataProvider::ReadBlockAlignedData(uint8_t* buffer, uint32_t fetch_size, in ReadBlockAlignedData() function in FuseAdbDataProvider
|
D | fuse_adb_provider.h | 29 bool ReadBlockAlignedData(uint8_t* buffer, uint32_t fetch_size,
|
/bootable/recovery/fuse_sideload/ |
D | fuse_provider.cpp | 49 bool FuseFileDataProvider::ReadBlockAlignedData(uint8_t* buffer, uint32_t fetch_size, in ReadBlockAlignedData() function in FuseFileDataProvider
|
D | fuse_sideload.cpp | 247 if (!fd->provider->ReadBlockAlignedData(fd->block_data, fetch_size, block)) { in fetch_block()
|
/bootable/recovery/tests/component/ |
D | sideload_test.cpp | 40 bool ReadBlockAlignedData(uint8_t*, uint32_t, uint32_t) const override { in ReadBlockAlignedData() function in FuseTestDataProvider
|