HomeSort by relevance Sort by last modified time
    Searched refs:read_block_adb (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/minadbd/
fuse_adb_provider.h 29 int read_block_adb(void* cookie, uint32_t block, uint8_t* buffer, uint32_t fetch_size);
fuse_adb_provider.cpp 29 int read_block_adb(void* data, uint32_t block, uint8_t* buffer, uint32_t fetch_size) { function
57 vtab.read_block = read_block_adb;
fuse_adb_provider_test.cpp 29 TEST(fuse_adb_provider, read_block_adb) {
42 // If we write the result of read_block_adb's request before the request is
49 ASSERT_EQ(0, read_block_adb(reinterpret_cast<void*>(&data), block,
53 // Check that read_block_adb requested the right block.
60 // Check that read_block_adb returned the right data.
84 ASSERT_EQ(-EIO, read_block_adb(reinterpret_cast<void*>(&data), 0,

Completed in 533 milliseconds