Home
last modified time | relevance | path

Searched defs:BlockDeviceInfo (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/liblp/include/liblp/
Dpartition_opener.h28 struct BlockDeviceInfo { struct
29 BlockDeviceInfo() : size(0), alignment(0), alignment_offset(0), logical_block_size(0) {} in BlockDeviceInfo() argument
30 BlockDeviceInfo(const std::string& partition_name, uint64_t size, uint32_t alignment, in BlockDeviceInfo() argument
38 uint64_t size;
64 virtual bool GetInfo(const std::string& partition_name, BlockDeviceInfo* info) const = 0; argument
/system/core/fs_mgr/liblp/
Ddevice_test.cpp45 TEST_F(DeviceTest, BlockDeviceInfo) { in TEST_F() argument