Home
last modified time | relevance | path

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

/base/update/updater/services/include/fs_manager/
Dpartitions.h70 struct BlockDevice { struct
71 std::string devPath;
95 struct BlockDevice* dev; argument
/base/update/updater/services/flashd/
Dblockdevice.h31 BlockDevice(DeviceType type, const std::string &devPath) : devPath_(devPath), type_(type) {} in BlockDevice() function